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


IGlobeLayerProperties.SymbologyScalingFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.SymbologyScalingFactor Property
ArcGIS Developer Help

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(
  System.Double* metersPerPoint
);
[C++]
Parameters
metersPerPoint [in]

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

Product Availability

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

See Also

IGlobeLayerProperties Interface