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 Object |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim value As Object
instance.Owner = value
value = instance.Owner
|
C# | |
---|
object Owner {get; set;} |
C++/CLI | |
---|
property Object^ Owner {
Object^ get();
void set (Object^ value);
} |
Return Value
Object for the view, sheet, or model document
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13