Sets whether to link or unlink the specified custom property to or from its parent part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function LinkProperty( _
ByVal FieldName As System.String, _
ByVal FieldLink As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICustomPropertyManager
Dim FieldName As System.String
Dim FieldLink As System.Boolean
Dim value As System.Integer
value = instance.LinkProperty(FieldName, FieldLink) |
Parameters
- FieldName
- Name of the custom property to link or unlink
- FieldLink
- True to link the custom property, false to unlink it
Return Value
Result code as defined in
swCustomLinkSetResult_e
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0