ArcObjects Library Reference (Carto)  

IGraphicsLayerScale.ReferenceScale Property

Reference scale of the layer as a representative fraction.

[Visual Basic .NET]
Public Property ReferenceScale As Double
[C#]
public double ReferenceScale {get; set;}
[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