ArcGIS Developer Help  (Carto)    

IElementProperties2.ReferenceScale Property

Reference scale of the element.

[Visual Basic 6.0]
Property ReferenceScale As Double
[Visual Basic .NET]
Public Property ReferenceScale As Double
[C#]
public double ReferenceScale {get; set;}
[Java]
public Double getReferenceScale()
throws
    IOException,
    AutomationException
[Java]
public void setReferenceScale(
Double ReferenceScale
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ReferenceScale(
  double* ReferenceScale
);
[C++]
HRESULT put_ReferenceScale(
  double ReferenceScale

);

[C++]

Parameters

ReferenceScale [out, retval]

  ReferenceScale is a parameter of type double

ReferenceScale [in]

  ReferenceScale is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IElementProperties2 Interface

 


Feedback Send feedback on this page