Gets information describing the layout of the note leader lines.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetLeaderInfo( _
ByRef PointCount As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim PointCount As Integer
Dim value As Double
value = instance.IGetLeaderInfo(PointCount)
|
C++/CLI | |
---|
double IGetLeaderInfo(
& [Out] int PointCount
) |
Parameters
- PointCount
Number of points
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