Deletes the specified custom property from this configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteCustomProperty( _
ByVal FieldName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration
Dim FieldName As String
Dim value As Boolean
value = instance.DeleteCustomProperty(FieldName)
|
C# | |
---|
bool DeleteCustomProperty(
string FieldName
) |
C++/CLI | |
---|
bool DeleteCustomProperty(
& String^ FieldName
) |
Parameters
- FieldName
- Name of custom property to delete
Return Value
True if custom property is deleted, false if not
Remarks
See Also
Availability
SolidWorks Document Manager API 2004 FCS