ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.VectorTileSize Property

Maximum vector tile size.

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

IGlobeLayerProperties4 Interface