ArcFM Responder Mobile Developer Guide
Type Property (MMMapSurroundFrameClass)






Syntax
'Declaration
 
Public Overridable Property Type As System.String
'Usage
 
Dim instance As MMMapSurroundFrameClass
Dim value As System.String
 
instance.Type = value
 
value = instance.Type
public virtual System.string Type {get; set;}
public read-write property Type: System.String; virtual; 
public function get,set Type : System.String
public: __property virtual System.string* get_Type();
public: __property virtual void set_Type( 
   System.string* value
);
public:
virtual property System.String^ Type {
   System.String^ get();
   void set (    System.String^ 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

MMMapSurroundFrameClass Class
MMMapSurroundFrameClass Members

Send Feedback