Gets the parent PackageLayer that contains this PackageChildLayer.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public PackageLayer PackageLayer { get; }
Visual Basic (Declaration)
Public ReadOnly Property PackageLayer As PackageLayer

Field Value

The PackageLayer that contains this PackageChildLayer.

See Also