IGetLeaderAtIndex Method (ICustomSymbol)
Obsolete. Superseded by INote::IGetLeaderAtIndex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetLeaderAtIndex( _
ByVal Index As Integer, _
ByRef PointCount As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICustomSymbol
Dim Index As Integer
Dim PointCount As Integer
Dim value As Double
value = instance.IGetLeaderAtIndex(Index, PointCount)
|
Parameters
- Index
-
- PointCount
-
See Also