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


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

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