ArcFM Solution Developer Guide
put_FeatureClassName Method (IMMFeatureClass)






String
Sets the name of the feature class.
Syntax
'Declaration
 
Sub put_FeatureClassName( _
   ByVal newVal As System.String _
) 
'Usage
 
Dim instance As IMMFeatureClass
Dim newVal As System.String
 
instance.put_FeatureClassName(newVal)
void put_FeatureClassName( 
   System.string newVal
)
procedure put_FeatureClassName( 
    newVal: System.String
); 
function put_FeatureClassName( 
   newVal : System.String
);
void put_FeatureClassName( 
   System.string* newVal
) 
void put_FeatureClassName( 
   System.String^ newVal
) 

Parameters

newVal
String
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

IMMFeatureClass Interface
IMMFeatureClass Members

Send Feedback