Gets coordinate information about a specified leader on this annotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetLeaderPointsAtIndex( _
ByVal Index As System.Integer, _
ByVal PointCount As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim Index As System.Integer
Dim PointCount As System.Integer
Dim value As System.Double
value = instance.IGetLeaderPointsAtIndex(Index, PointCount) |
C# | |
---|
System.double IGetLeaderPointsAtIndex(
System.int Index,
System.int PointCount
) |
C++/CLI | |
---|
System.double IGetLeaderPointsAtIndex(
& System.int Index,
& System.int PointCount
) |
Parameters
- Index
- Index of leader within this annotation (see Remarks)
- PointCount
- Number of (x,y,z) points to return in the array
Return Value
- in-process, 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
Availability
SolidWorks 99, datecode 1999207