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


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

IKmlConvertor.PaletteSize Property

Get PaletteSize property.

[Visual Basic .NET]
Public Property PaletteSize As Integer
[C#]
public int PaletteSize {get; set;}
[C++]
HRESULT get_PaletteSize(
  System.Int32* psize
);
[C++]
HRESULT put_PaletteSize(
  long psize
);
[C++]
Parameters
psize [out, retval]

psize is a parameter of type long* psize [in]
psize is a parameter of type long

Product Availability

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

See Also

IKmlConvertor Interface