This document is archived and information here might be outdated.  Recommended version.


IGlobeLayerInfo.SymbologyScalingFactor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.SymbologyScalingFactor Property

The scaling factor of meters-per-point to be applied on symbol sizes during rasterization.

[Visual Basic .NET]
Public ReadOnly Property SymbologyScalingFactor As Double
[C#]
public double SymbologyScalingFactor {get;}
[C++]
HRESULT get_SymbologyScalingFactor(
  double* metersPerPoint
);
[C++]

Parameters metersPerPoint [out, retval] metersPerPoint is a parameter of type double

Product Availability

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

See Also

IGlobeLayerInfo Interface