ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo2.RasterTileSize Property

Rasterized vector tile size.

[Visual Basic .NET]
Public ReadOnly Property RasterTileSize As Integer
[C#]
public int RasterTileSize {get;}
[C++]
HRESULT get_RasterTileSize(
  Long* Size
);
[C++]

Parameters

Size [out, retval]   Size is a parameter of type Long

Product Availability

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

Description

The tile size of a rasterized feature data.

See Also

IGlobeLayerInfo2 Interface