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

Parameters

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

Product Availability

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

See Also

IKmlConvertor Interface