ArcFM Responder Mobile Developer Guide
ReferenceScale Property (MMAutoTextElementClass)






Syntax
'Declaration
 
Public Overridable Property ReferenceScale As System.Double
'Usage
 
Dim instance As MMAutoTextElementClass
Dim value As System.Double
 
instance.ReferenceScale = value
 
value = instance.ReferenceScale
public virtual System.double ReferenceScale {get; set;}
public read-write property ReferenceScale: System.Double; virtual; 
public function get,set ReferenceScale : System.double
public: __property virtual System.double get_ReferenceScale();
public: __property virtual void set_ReferenceScale( 
   System.double value
);
public:
virtual property System.double ReferenceScale {
   System.double get();
   void set (    System.double 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

MMAutoTextElementClass Class
MMAutoTextElementClass Members

Send Feedback