ESRI.ArcGIS.ADF.IMS | |
FromLayer Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureTable Class : FromLayer Property |
Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property FromLayer As Layer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Layer FromLayer {get;} |
Return Value
The layer from which the FeatureTable was taken during the query or identify operation.This property enables identifying the layer from which the data were taken during a Query or Identify operation.
This property is read-only.