GetPolylineSizeAtIndex Method (IDisplayData)
Obsolete. Superseded by IDisplayData::GetPolylineSizeAtIndex2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPolylineSizeAtIndex( _
ByVal Index As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayData
Dim Index As System.Integer
Dim value As System.Integer
value = instance.GetPolylineSizeAtIndex(Index) |
C# | |
---|
System.int GetPolylineSizeAtIndex(
System.int Index
) |
C++/CLI | |
---|
System.int GetPolylineSizeAtIndex(
& System.int Index
) |
Parameters
- Index
-
See Also