ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.RasterTileSize Property

Rasterized vector tile size.

[Visual Basic .NET]
Public Property RasterTileSize As Integer
[C#]
public int RasterTileSize {get; set;}
[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.

See Also

IGlobeLayerProperties5 Interface