Sets the specified custom property for this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetCustomProperty2( _
ByVal FieldName As System.String, _
ByVal newValue As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration18
Dim FieldName As System.String
Dim newValue As System.String
Dim value As System.Boolean
value = instance.SetCustomProperty2(FieldName, newValue) |
C++/CLI | |
---|
System.bool SetCustomProperty2(
& System.String^ FieldName,
& System.String^ newValue
) |
Parameters
- FieldName
- Custom property to set
- newValue
- Value for custom property
Return Value
True if custom property successfully set, false if not
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2023 FCS