Sets a custom property for this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetCustomProperty( _
ByVal FieldName As String, _
ByVal newValue As String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim FieldName As String
Dim newValue As String
instance.SetCustomProperty(FieldName, newValue)
|
Parameters
- FieldName
- Name of custom property
- newValue
- Value for custom property
Remarks
See Also
Availability
SolidWorks Document Manager API 2004 FCS