ArcObjects Library Reference (GlobeCore)  

ICustomGlobeLayer.SymbologyScalingFactor Property

The symbol scale factor for the custom rasterized type.

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

Parameters

pMetersPerPoint [out, retval]   pMetersPerPoint is a parameter of type double

Product Availability

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

See Also

ICustomGlobeLayer Interface