Returns whether or not the given field contains the given model name.
bool ContainsFieldModelName(
ESRI.ArcGIS.Geodatabase.IObjectClass ,
ESRI.ArcGIS.Geodatabase.IField ,
string
)
'Declaration
Function ContainsFieldModelName( _
ByVal As ESRI.ArcGIS.Geodatabase.IObjectClass, _
ByVal As ESRI.ArcGIS.Geodatabase.IField, _
ByVal As String _
) As Boolean
'Usage
Dim instance As IMMModelNameManager
Dim pClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim pField As ESRI.ArcGIS.Geodatabase.IField
Dim bstrName As String
Dim value As Boolean
value = instance.ContainsFieldModelName(pClass, pField, bstrName)
Parameters
- pClass
- IObjectClass
- pField
- IField
- bstrName
- A string expression that determines the model name
Return Value
Returns a Boolean value indicating whether the specified field contains the model name
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.