SetCustomProperty Method (ISwDMDocument)
Obsolete. Superseded by ISwDMDocument29::SetCustomProperty2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetCustomProperty( _
ByVal FieldName As System.String, _
ByVal newValue As System.String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim FieldName As System.String
Dim newValue As System.String
instance.SetCustomProperty(FieldName, newValue) |
C++/CLI | |
---|
void SetCustomProperty(
& System.String^ FieldName,
& System.String^ newValue
) |
Parameters
- FieldName
- Name of custom property
- newValue
- Value for custom property
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS