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


ICustomGlobeLayer.SymbologyScalingFactor Property (ArcObjects .NET 10.5 SDK)
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