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


IKmlConvertor.VectorsToRasters Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IKmlConvertor.VectorsToRasters Property

Get VectorsToRasters property.

[Visual Basic .NET]
Public Property VectorsToRasters As Boolean
[C#]
public bool VectorsToRasters {get; set;}
[C++]
HRESULT get_VectorsToRasters(
  Boolean* pVectorsToRasters
);
[C++]
HRESULT put_VectorsToRasters(
  VARIANT_BOOL pVectorsToRasters
);
[C++]

Parameters pVectorsToRasters [out, retval]
pVectorsToRasters is a parameter of type bool* pVectorsToRasters [in]
pVectorsToRasters is a parameter of type bool

Product Availability

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

See Also

IKmlConvertor Interface