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


IKmlConvertor.IgnoreScaleFactor 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.IgnoreScaleFactor Property
ArcGIS Developer Help

IKmlConvertor.IgnoreScaleFactor Property

Get ignore scale factor property.

[Visual Basic .NET]
Public Property IgnoreScaleFactor As Boolean
[C#]
public bool IgnoreScaleFactor {get; set;}
[C++]
HRESULT get_IgnoreScaleFactor(
  Boolean* pIgnoreScaleFactor
);
[C++]
HRESULT put_IgnoreScaleFactor(
  VARIANT_BOOL pIgnoreScaleFactor
);
[C++]
Parameters
pIgnoreScaleFactor [out, retval]

pIgnoreScaleFactor is a parameter of type bool* pIgnoreScaleFactor [in]
pIgnoreScaleFactor is a parameter of type bool

Product Availability

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

See Also

IKmlConvertor Interface