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