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


IGlobeAdvancedOptions.VectorTileSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.VectorTileSize Property
ArcGIS Developer Help

IGlobeAdvancedOptions.VectorTileSize Property

The maximum size of a vector tile (< 2 power 16).

[Visual Basic .NET]
Public Property VectorTileSize As Integer
[C#]
public int VectorTileSize {get; set;}
[C++]
HRESULT get_VectorTileSize(
  Long psize
);
[C++]
HRESULT put_VectorTileSize(
  System.Int32* psize
);
[C++]
Parameters
psize [in]

psize is a parameter of type int psize [out, retval]
psize is a parameter of type int*

Product Availability

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

See Also

IGlobeAdvancedOptions Interface