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


IGlobeLayerProperties.EstimateSymbologyScalingFactor Method (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.EstimateSymbologyScalingFactor Method
ArcGIS Developer Help

IGlobeLayerProperties.EstimateSymbologyScalingFactor Method

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

[Visual Basic .NET]
Public Sub EstimateSymbologyScalingFactor ( _
    ByRef metersPerPoint As Double _
)
[C#]
public void EstimateSymbologyScalingFactor (
    ref double metersPerPoint
);
[C++]
HRESULT EstimateSymbologyScalingFactor(
  System.Double* metersPerPoint
);
[C++]
Parameters
metersPerPoint [out]

metersPerPoint is a parameter of type double*

Product Availability

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

See Also

IGlobeLayerProperties Interface