ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo Interface

Provides access to the available properties of a globe layer info object. Note: the IGlobeLayerInfo interface has been superseded byIGlobeLayerInfo2. Please consider using the more recent version.

Product Availability

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

Members

Description
Read-only property BaseImageDrawingPriority Indicates the drawing priority for images on the globe.
Read-only property BaseOption The base option.
Read-only property BaseSurfaceID The layer ID of the base surface, (-1 if it doesn't exist).
Read-only property CompressionQuality The compression quality used.
Read-only property CopyrightText Copyright information associated with the layer.
Read-only property DataType The globe data type.
Read-only property Description The description of the layer. This property is set in the General tab of the Layer Properties dialog.
Read-only property DisplayField Primary display field.
Read-only property ElevationExpression The elevation expression string for features, in globe units.
Read-only property Extent The geographic extent of the layer.
Read-only property ExtrusionExpression The extrusion expression string.
Read-only property ExtrusionType The extrusion type.
Read-only property FaceCulling The face culling option.
Read-only property Fields Array of attribute fields contained in the layer.
Read-only property FloatingSeeThroughOrder Indicates the see-through order for a floating layer.
Read-only property GraphicsLayer The embedded Graphics Layer.
Read-only property HasElevationValues Indicates whether the feature layer has elevation values.
Read-only property ID The layer identifier. This ID is used throughout to uniquely identify the layer for all requests.
Read-only property Illuminate The illumination option.
Read-only property ImageCatalogCrossoverLevel Crossover Level of Detail (0-31) for image catalog layers.
Read-only property ImageSamplingMode Image sampling mode for display.
Read-only property IsComposite Indicates if the layer is a composite layer.
Read-only property IsDynamicallyRasterized Indicates if the feature data is to be rasterized.
Read-only property IsExtruded Indicates if the feature data is to be extruded.
Read-only property IsGroup Indicates if the layer is a group layer.
Read-only property LossyCompression Indicates if lossy compression is used.
Read-only property MaxFeatureLevelOfDetail Level of Detail (0-31) for feature layers.
Read-only property MaximumDistance The maximum visibility distance.
Read-only property MinimumCellSize Minimum cell size for rasters, in meters.
Read-only property MinimumDistance The minimum visibility distance.
Read-only property Name The name of the layer.
Read-only property Offset The constant elevation offset in meters.
Read-only property ParentLayerID The parent layer ID if it's a member of a composite layer.
Read-only property PerTileVisibility Inidicates if visibility is checked for each tile.
Read-only property Scale3DSymbols Indicates if the the 3D symbols will be scaled with the distance.
Read-only property SmoothShading The smooth shading option.
Read-only property SymbologyScalingFactor The scaling factor of meters-per-point to be applied on symbol sizes during rasterization.
Read-only property Transparency The transparency percentage of the layer.
Read-only property Type The layer type.
Read-only property Use16ColorBits Indicates whether to use 16 bits for color.
Read-only property Use16ElevationBits Indicates whether to use 16 bits for elevation.
Read-only property UseElevationValues Indicates whether elevation values in the feature layer are used.
Read-only property Visible Indicates if the layer is visible.
Read-only property ZFactor The z factor.

CoClasses that implement IGlobeLayerInfo

CoClasses and Classes Description
GlobeLayerInfo The Globe Layer Info coclass provides information about a globe layer.