ArcFM Solution Developer Guide
put_FeatureClassName Method (IMMFeatureClass3)






Syntax
'Declaration
 
Sub put_FeatureClassName( _
   ByVal newVal As System.String _
) 
'Usage
 
Dim instance As IMMFeatureClass3
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
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

IMMFeatureClass3 Interface
IMMFeatureClass3 Members

Send Feedback