Adds a custom property to this cut-list item.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISwDMCutListItem2
Dim FieldName As System.String
Dim FieldType As SwDmCustomInfoType
Dim FieldValue As System.String
Dim value As System.Boolean
value = instance.AddCustomProperty(FieldName, FieldType, FieldValue) |
Parameters
- FieldName
- Property name
- FieldType
- Property type as defined by swDMCustomInfoType
- FieldValue
- Property link-to value or text expression
Return Value
True if the custom property is added to the cut-list item, false if not and false if the specified custom property name already exists
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2009 SP0