ESRI.ArcGIS.ADF.IMS
ParentLayer Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > Layer Class : ParentLayer Property




The ParentLayer that the layer is a child of. This is used with group layers.

Syntax

Visual Basic (Declaration) 
Protected Overridable Property ParentLayer As Layer
Visual Basic (Usage)Copy Code
Dim instance As Layer
Dim value As Layer
 
instance.ParentLayer = value
 
value = instance.ParentLayer
C# 
protected virtual Layer ParentLayer {get; set;}

See Also

© 2010 All Rights Reserved.