ArcFM Solution Developer Guide
AddFieldModelName Method (IModelNameManager)






Syntax
'Declaration
 
Sub AddFieldModelName( _
   ByVal Field As ESRI.ArcGIS.Geodatabase.IField, _
   ByVal Name As System.String _
) 
'Usage
 
Dim instance As IModelNameManager
Dim Field As ESRI.ArcGIS.Geodatabase.IField
Dim Name As System.String
 
instance.AddFieldModelName(Field, Name)
void AddFieldModelName( 
   ESRI.ArcGIS.Geodatabase.IField Field,
   System.string Name
)
procedure AddFieldModelName( 
    Field: ESRI.ArcGIS.Geodatabase.IField;
    Name: System.String
); 
function AddFieldModelName( 
   Field : ESRI.ArcGIS.Geodatabase.IField,
   Name : System.String
);
void AddFieldModelName( 
   ESRI.ArcGIS.Geodatabase.IField* Field,
   System.string* Name
) 
void AddFieldModelName( 
   ESRI.ArcGIS.Geodatabase.IField^ Field,
   System.String^ Name
) 

Parameters

Field
Name
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IModelNameManager Interface
IModelNameManager Members

Send Feedback