ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties.SymbologyScalingFactor Property

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

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

Parameters

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

Product Availability

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

See Also

IGlobeLayerProperties Interface