Gets or sets whether this table is attached its anchor.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Anchored As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim value As Boolean
instance.Anchored = value
value = instance.Anchored
|
C# | |
---|
bool Anchored {get; set;} |
C++/CLI | |
---|
property bool Anchored {
bool get();
void set (bool value);
} |
Return Value
True if the table is attached to the anchor, false if not
Example
Remarks
See Also
Availability
SolidWorks 2004 SP2, Revision Number 12.2