Gets information about the specified leader on this symbol.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetLeaderAtIndex( _
ByVal Index As Integer, _
ByRef PointCount As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IWeldSymbol
Dim Index As Integer
Dim PointCount As Integer
Dim value As Double
value = instance.IGetLeaderAtIndex(Index, PointCount)
|
Parameters
- Index
Index of leader
- PointCount
Number of (x,y,z) points returned in the array
Return Value
- in-process, unmanaged C++: Pointer to an array of doubles (see Remarks)
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also