MonobjcMonobjc Documented Class Library
ReloadDataForLineIndex Method (inLineIndex)
NamespacesMonobjc.SM2DGraphViewSM2DGraphViewReloadDataForLineIndex(NSUInteger)

Original signature is '- (void)reloadDataForLineIndex:(NSUInteger)inLineIndex;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReloadDataForLineIndex(
	NSUInteger inLineIndex
)
Public Overridable Sub ReloadDataForLineIndex ( _
	inLineIndex As NSUInteger _
)
public:
virtual void ReloadDataForLineIndex(
	NSUInteger inLineIndex
)
Parameters
inLineIndex (NSUInteger)
The zero based index of the line to reload.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.SM2DGraphView (Module: Monobjc.SM2DGraphView)