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


IKmlConvertor.Scale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IK > IKmlConvertor Interface > IKmlConvertor.Scale Property
ArcGIS Developer Help

IKmlConvertor.Scale Property

Get Scale property.

[Visual Basic .NET]
Public Property Scale As Double
[C#]
public double Scale {get; set;}
[C++]
HRESULT get_Scale(
  System.Double* pScale
);
[C++]
HRESULT put_Scale(
  double pScale
);
[C++]
Parameters
pScale [out, retval]

pScale is a parameter of type double* pScale [in]
pScale is a parameter of type double

Product Availability

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

See Also

IKmlConvertor Interface