Sets the specified custom property for this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetCustomProperty( _
ByVal FieldName As String, _
ByVal newValue As String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration
Dim FieldName As String
Dim newValue As String
instance.SetCustomProperty(FieldName, newValue)
|
Parameters
- FieldName
- Custom property to set
- newValue
- Value for custom property
Remarks
See Also
Availability
SolidWorks Document Manager API 2004 FCS