Gets a value to determine whether this object implements the
IAnnProtractorObject interface.
This is used internally by the annotation framework.
User-defined classes that are derived from the AnnObject class and include a protractor should
implement this property to always return true.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property IsProtractorImplemented As Boolean |
C# | |
---|
public virtual bool IsProtractorImplemented {get;} |
C++/CLI | |
---|
public:
virtual property bool IsProtractorImplemented {
bool get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
This property will always return true for
AnnProtractorObject.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also