Gets a value that indicates whether the annotation object's class implements the IAnnRuler interface.
bool IsRulerImplemented {get;}
'Declaration
ReadOnly Property IsRulerImplemented As Boolean
'Usage
Dim instance As IAnnRuler
Dim value As Boolean
value = instance.IsRulerImplemented
property bool IsRulerImplemented {
bool get();
}
Property Value
true if the annotation object's class implements this interface, false otherwise.