ArcObjects Library Reference (GlobeCore)  

IKmlConvertor.IconSize Property

Get IconSize property.

[Visual Basic .NET]
Public Property IconSize As Integer
[C#]
public int IconSize {get; set;}
[C++]
HRESULT get_IconSize(
  long* psize
);
[C++]
HRESULT put_IconSize(
  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