Deletes the specified custom property from this cut-list item.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteCustomProperty( _
ByVal FieldName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMCutListItem2
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
- Custom property to delete from the cut-list item
Return Value
True if the custom property is deleted, false if not
Example
Remarks
See Also
Availability
SolidWorks Document Manager API 2009 SP0