Gets the owner of this annotation.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Owner As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim value As System.Object
instance.Owner = value
value = instance.Owner |
C# | |
---|
System.object Owner {get; set;} |
C++/CLI | |
---|
property System.Object^ Owner {
System.Object^ get();
void set ( & System.Object^ value);
} |
Property Value
Object for the view, sheet, or model document
Remarks
See Also
Availability
SOLIDWORKS 2005 FCS, Revision Number 13