ArcFM Responder Mobile Developer Guide
Type Property (MMStandardMapBookClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Public Overridable Property Type As mmPackageType
'Usage
 
Dim instance As MMStandardMapBookClass
Dim value As mmPackageType
 
instance.Type = value
 
value = instance.Type
[System.Runtime.InteropServices.DispId(1610678272)]
public virtual mmPackageType Type {get; set;}
public read-write property Type: mmPackageType; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
public function get,set Type : mmPackageType
[System.Runtime.InteropServices.DispId(1610678272)]
public: __property virtual mmPackageType get_Type();
public: __property virtual void set_Type( 
   mmPackageType value
);
[System.Runtime.InteropServices.DispId(1610678272)]
public:
virtual property mmPackageType Type {
   mmPackageType get();
   void set (    mmPackageType 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

MMStandardMapBookClass Class
MMStandardMapBookClass Members

Send Feedback