ArcFM Solution Developer Guide
mmd8ListItemType Enumeration






Indicates the type of CU: symbolized, non-symbolized, or non-GIS.
Syntax
'Declaration
 
<System.Runtime.InteropServices.GuidAttribute("321C9190-2D71-11D3-88F7-00104B9F25F6")>
Public Enum mmd8ListItemType 
   Inherits System.Enum
'Usage
 
Dim instance As mmd8ListItemType
[System.Runtime.InteropServices.Guid("321C9190-2D71-11D3-88F7-00104B9F25F6")]
public enum mmd8ListItemType : System.Enum 
public enum mmd8ListItemType = class(System.Enum)
System.Runtime.InteropServices.GuidAttribute("321C9190-2D71-11D3-88F7-00104B9F25F6")
public enum mmd8ListItemType extends System.Enum
[System.Runtime.InteropServices.Guid("321C9190-2D71-11D3-88F7-00104B9F25F6")]
__value public enum mmd8ListItemType : public System.Enum 
[System.Runtime.InteropServices.Guid("321C9190-2D71-11D3-88F7-00104B9F25F6")]
public enum class mmd8ListItemType : public System.Enum 
Members
MemberDescription
mmd8litNonGIS 
mmd8litNonSymbolized 
mmd8litSymbolized 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.mmd8ListItemType

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.Interop Namespace

Send Feedback