DeleteCustomInfo Method (IModelDoc2)
Obsolete. Superseded by IModelDocExtension::CustomPropertyManager.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteCustomInfo( _
ByVal FieldName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim FieldName As String
Dim value As Boolean
value = instance.DeleteCustomInfo(FieldName)
|
C++/CLI | |
---|
bool DeleteCustomInfo(
& String^ FieldName
) |
Parameters
- FieldName
-
See Also