Gets the specified custom property for this document.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim FieldName As System.String
Dim type As SwDmCustomInfoType
Dim value As System.String
value = instance.GetCustomProperty(FieldName, type) |
Parameters
- FieldName
- Name of custom property
- type
- Type of custom property as defined by SwDmCustomInfoType
Return Value
Value of custom property
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS