This document is archived and information here might be outdated. Recommended version. |
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*