ArcFM Responder Mobile Developer Guide
ScaleMode Property (MMStandardMapBookClass)






Syntax
'Declaration
 
Public Overridable Property ScaleMode As mmMapProdScaleMode
'Usage
 
Dim instance As MMStandardMapBookClass
Dim value As mmMapProdScaleMode
 
instance.ScaleMode = value
 
value = instance.ScaleMode
public virtual mmMapProdScaleMode ScaleMode {get; set;}
public read-write property ScaleMode: mmMapProdScaleMode; virtual; 
public function get,set ScaleMode : mmMapProdScaleMode
public: __property virtual mmMapProdScaleMode get_ScaleMode();
public: __property virtual void set_ScaleMode( 
   mmMapProdScaleMode value
);
public:
virtual property mmMapProdScaleMode ScaleMode {
   mmMapProdScaleMode get();
   void set (    mmMapProdScaleMode 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