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