Gets the type of owner of this annotation.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property OwnerType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim value As System.Integer
instance.OwnerType = value
value = instance.OwnerType |
C# | |
---|
System.int OwnerType {get; set;} |
C++/CLI | |
---|
property System.int OwnerType {
System.int get();
void set ( & System.int value);
} |
Property Value
Type of owner of this annotation as defined in
swAnnotationOwner_e
Remarks
See Also
Availability
SOLIDWORKS 2005 FCS, Revision Number 13