GetLeaderCount Method (IAnnotation)
Gets the number of leaders on this annotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLeaderCount() As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim value As System.Integer
value = instance.GetLeaderCount() |
C# | |
---|
System.int GetLeaderCount() |
C++/CLI | |
---|
System.int GetLeaderCount(); |
Return Value
Number of leaders
Example
Remarks
See Also