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.