Sets a custom property for this cut-list item.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetCustomProperty( _
ByVal FieldName As String, _
ByVal newValue As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMCutListItem2
Dim FieldName As String
Dim newValue As String
Dim value As Boolean
value = instance.SetCustomProperty(FieldName, newValue)
|
Parameters
- FieldName
- Property name
- newValue
- Property link-to value or text expression
Return Value
True if the custom property is updated, false if not
Example
Remarks
See Also
Availability
SolidWorks Document Manager API 2009 SP0