ArcFM Solution Developer Guide
RemoveFieldModelName Method (IModelNameManager)


Syntax
'Declaration
 
Sub RemoveFieldModelName( _
   ByVal Field As ESRI.ArcGIS.Geodatabase.IField, _
   ByVal Name As String _
) 
'Usage
 
Dim instance As IModelNameManager
Dim Field As ESRI.ArcGIS.Geodatabase.IField
Dim Name As String
 
instance.RemoveFieldModelName(Field, Name)
void RemoveFieldModelName( 
   ESRI.ArcGIS.Geodatabase.IField Field,
   string Name
)

Parameters

Field
Name
Requirements

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.

See Also

Reference

IModelNameManager Interface
IModelNameManager Members

 

 


Send Comment