Gets the perpendicular bent leader display setting for this annotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLeaderPerpendicular() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim value As Boolean
value = instance.GetLeaderPerpendicular()
|
C# | |
---|
bool GetLeaderPerpendicular() |
C++/CLI | |
---|
bool GetLeaderPerpendicular(); |
Return Value
True if this annotation has perpendicular bent leader display enabled, false if this annotation has perpendicular bent leader display disabled
Remarks
See Also