ArcFM Responder Mobile Developer Guide
ReferenceScale Property (IAnnotationElement)






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

IAnnotationElement Interface
IAnnotationElement Members

Send Feedback