Gets or sets whether to the link the library feature to its parent library feature document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LinkToLibraryPart As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ILibraryFeatureData
Dim value As Boolean
instance.LinkToLibraryPart = value
value = instance.LinkToLibraryPart
|
C# | |
---|
bool LinkToLibraryPart {get; set;} |
C++/CLI | |
---|
property bool LinkToLibraryPart {
bool get();
void set (bool value);
} |
Return Value
True to link the library feature to its parent library feature document, false to not
Example
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0