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


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

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(
  System.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