Adds a custom property to document.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
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
- Name of custom property
- FieldType
- Type of custom property as defined by SwDmCustomInfoType
- FieldValue
- Value for custom property
Return Value
True if custom property is added, false if not
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS