ArcFM Responder Mobile Developer Guide
FEATURETypeType Enumeration






Syntax
'Declaration
 
<System.Xml.Serialization.XmlTypeAttribute(AnonymousType=True, Namespace="http://www.telvent-gis.com/NetworkAdapter")>
<System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="xsd", Version="2.0.50727.3038")>
<System.SerializableAttribute()>
Public Enum FEATURETypeType 
   Inherits System.Enum
'Usage
 
Dim instance As FEATURETypeType
[System.Xml.Serialization.XmlType(AnonymousType=true, Namespace="http://www.telvent-gis.com/NetworkAdapter")]
[System.CodeDom.Compiler.GeneratedCode(Tool="xsd", Version="2.0.50727.3038")]
[System.Serializable()]
public enum FEATURETypeType : System.Enum 
public enum FEATURETypeType = class(System.Enum)
System.Xml.Serialization.XmlTypeAttribute(AnonymousType=, Namespace="http://www.telvent-gis.com/NetworkAdapter")
System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="xsd", Version="2.0.50727.3038")
System.SerializableAttribute()
public enum FEATURETypeType extends System.Enum
[System.Xml.Serialization.XmlType(AnonymousType=true, Namespace="http://www.telvent-gis.com/NetworkAdapter")]
[System.CodeDom.Compiler.GeneratedCode(Tool="xsd", Version="2.0.50727.3038")]
[System.Serializable()]
__value public enum FEATURETypeType : public System.Enum 
[System.Xml.Serialization.XmlType(AnonymousType=true, Namespace="http://www.telvent-gis.com/NetworkAdapter")]
[System.CodeDom.Compiler.GeneratedCode(Tool="xsd", Version="2.0.50727.3038")]
[System.Serializable()]
public enum class FEATURETypeType : public System.Enum 
Members
MemberDescription
Annotation 
Edge 
Line 
Multipoint 
Object 
Point 
Polygon 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Geodatabase.Integration.Serialization.FEATURETypeType

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

Miner.Geodatabase.Integration.Serialization Namespace

Send Feedback