This document is archived and information here might be outdated.  Recommended version.


IMapAdmin4.DomainDefiningLayer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapAdmin4.DomainDefiningLayer Property

Returns the layer which defines map domain, 0 if domain is the union of all layers.

[Visual Basic .NET]
Public Property DomainDefiningLayer As ILayer
[C#]
public ILayer DomainDefiningLayer {get; set;}
[C++]
HRESULT get_DomainDefiningLayer(
  ILayer** Layer
);
[C++]
HRESULT put_DomainDefiningLayer(
  ILayer* Layer
);
[C++]

Parameters Layer [out, retval]
Layer is a parameter of type ILayer Layer [in]
Layer is a parameter of type ILayer

Product Availability

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

See Also

IMapAdmin4 Interface