ArcFM Responder Mobile Developer Guide
PrintScale Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(7)>
Property PrintScale As TxPrintScale
'Usage
 
Dim instance As IMMObjectEditor
Dim value As TxPrintScale
 
instance.PrintScale = value
 
value = instance.PrintScale
[System.Runtime.InteropServices.DispId(7)]
TxPrintScale PrintScale {get; set;}
read-write property PrintScale: TxPrintScale; 
System.Runtime.InteropServices.DispIdAttribute(7)
function get,set PrintScale : TxPrintScale
[System.Runtime.InteropServices.DispId(7)]
__property TxPrintScale get_PrintScale();
__property void set_PrintScale( 
   TxPrintScale value
);
[System.Runtime.InteropServices.DispId(7)]
property TxPrintScale PrintScale {
   TxPrintScale get();
   void set (    TxPrintScale 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

IMMObjectEditor Interface
IMMObjectEditor Members

Send Feedback