ArcObjects Library Reference  (Carto)    

IGraphicsLayerScale.ReferenceScale Property

Reference scale of the layer as a representative fraction.

[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* pScaleRF
);
[C++]
HRESULT put_ReferenceScale(
  double pScaleRF

);

[C++]

Parameters

pScaleRF [out, retval]

  pScaleRF is a parameter of type double

pScaleRF [in]

  pScaleRF is a parameter of type double

Product Availability

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

See Also

IGraphicsLayerScale Interface

 


Feedback Send feedback on this page