Sets a custom property for this cut-list item.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetCustomProperty( _
ByVal FieldName As System.String, _
ByVal newValue As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMCutListItem2
Dim FieldName As System.String
Dim newValue As System.String
Dim value As System.Boolean
value = instance.SetCustomProperty(FieldName, newValue) |
C++/CLI | |
---|
System.bool SetCustomProperty(
& System.String^ FieldName,
& System.String^ 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