ESRI.ArcGIS.E2API Feedback via the User Forum
Layer Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.E2API Namespace : Layer Class


The following tables list the members exposed by Layer.

Protected Constructors

 NameDescription
Protected ConstructorLayer ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCacheTypeGets or sets the way that the layer is cached.  
Public PropertyCopyright Gets or sets the copyright note for a layer, shown in the map view.  
Public PropertyDescriptionReturns the description of the layer.  
Public PropertyDisplayName Gets or sets the string which represents a layer in the Contents window.  
Public PropertyDrapeTypeGets or sets the way that the layer is drawn in the View.  
Public PropertyExtentGets the extent of the data within the layer.  
Public PropertyIsAddedToView Indicates if this Layer has been added to the View.  
Public PropertyIsConnectedIndicates if a connection to the underlying data currently exists.  
Public PropertyMaxVisibleDistance Gets or sets the maximum altitude at which this layer is visible.  
Public PropertyMinVisibleDistance Gets or sets the minimum altitude at which this layer is visible.  
Public PropertyTransparency Gets or sets a value indicating the percentage of transparency of the layer.  
Public PropertyTypeReturns a description of the type of layer.  
Public PropertyVisibleGets or sets a value indicating if the layer is currently visible.  
Public PropertyVisibleInContents Gets or sets a value indicating if the layer is to be visible in the Contents window.  
Top

Public Methods

 NameDescription
Public MethodConnect Connects a layer without adding it to the view.  
Public MethodDisconnect Disconnects a layer from its underlying data.  
Top

See Also