ArcFM Solution Developer Guide
EDMTableName Property






The Extended Data Definition table from which a feature gets its extended data information. In the ArcFM Properties Manager, this value is set on a feature using the Object Info tab.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678280)>
Property EDMTableName As System.String
'Usage
 
Dim instance As IMMAutoValue
Dim value As System.String
 
instance.EDMTableName = value
 
value = instance.EDMTableName
[System.Runtime.InteropServices.DispId(1610678280)]
System.string EDMTableName {get; set;}
read-write property EDMTableName: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678280)
function get,set EDMTableName : System.String
[System.Runtime.InteropServices.DispId(1610678280)]
__property System.string* get_EDMTableName();
__property void set_EDMTableName( 
   System.string* value
);
[System.Runtime.InteropServices.DispId(1610678280)]
property System.String^ EDMTableName {
   System.String^ get();
   void set (    System.String^ value);
}

Property Value

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

IMMAutoValue Interface
IMMAutoValue Members

Send Feedback