ArcFM Responder Mobile Developer Guide
SubtypeOption Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property SubtypeOption As mmGxXMLSubtypeOptions
'Usage
 
Dim instance As IMMXMLImportAdvancedOptions
Dim value As mmGxXMLSubtypeOptions
 
instance.SubtypeOption = value
 
value = instance.SubtypeOption
[System.Runtime.InteropServices.DispId(1610678272)]
mmGxXMLSubtypeOptions SubtypeOption {get; set;}
read-write property SubtypeOption: mmGxXMLSubtypeOptions; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set SubtypeOption : mmGxXMLSubtypeOptions
[System.Runtime.InteropServices.DispId(1610678272)]
__property mmGxXMLSubtypeOptions get_SubtypeOption();
__property void set_SubtypeOption( 
   mmGxXMLSubtypeOptions value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property mmGxXMLSubtypeOptions SubtypeOption {
   mmGxXMLSubtypeOptions get();
   void set (    mmGxXMLSubtypeOptions value);
}
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

IMMXMLImportAdvancedOptions Interface
IMMXMLImportAdvancedOptions Members

Send Feedback