ArcFM Solution Developer Guide
EDMTableSubTypeID Property






The subtype ID for a field in an Extended Data Definition table.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678282)>
Property EDMTableSubTypeID As System.Integer
'Usage
 
Dim instance As IMMAutoValue
Dim value As System.Integer
 
instance.EDMTableSubTypeID = value
 
value = instance.EDMTableSubTypeID
[System.Runtime.InteropServices.DispId(1610678282)]
System.int EDMTableSubTypeID {get; set;}
read-write property EDMTableSubTypeID: System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(1610678282)
function get,set EDMTableSubTypeID : System.int
[System.Runtime.InteropServices.DispId(1610678282)]
__property System.int get_EDMTableSubTypeID();
__property void set_EDMTableSubTypeID( 
   System.int value
);
[System.Runtime.InteropServices.DispId(1610678282)]
property System.int EDMTableSubTypeID {
   System.int get();
   void set (    System.int value);
}

Property Value

Long
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