DeleteCustomInfo2 Method (IModelDoc2)
Obsolete. Superseded by IModelDocExtension::CustomPropertyManager.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteCustomInfo2( _
ByVal Configuration As String, _
ByVal FieldName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim Configuration As String
Dim FieldName As String
Dim value As Boolean
value = instance.DeleteCustomInfo2(Configuration, FieldName)
|
Parameters
- Configuration
-
- FieldName
-
See Also