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


IKmlConvertor.IgnoreScaleFactor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL* pIgnoreScaleFactor
);
[C++]
HRESULT put_IgnoreScaleFactor(
  VARIANT_BOOL pIgnoreScaleFactor
);
[C++]

Parameters pIgnoreScaleFactor [out, retval] pIgnoreScaleFactor is a parameter of type VARIANT_BOOL pIgnoreScaleFactor [in] pIgnoreScaleFactor is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IKmlConvertor Interface