This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainerSelect Interface > IGraphicsContainerSelect.DominantElement Property (ArcObjects .NET 10.4 SDK) |
Dominant element.
[Visual Basic .NET] Public Property DominantElement As IElement
[C#] public IElement DominantElement {get; set;}
[C++]
HRESULT get_DominantElement(
IElement** dominantItem
);
[C++]
HRESULT putref_DominantElement(
IElement* dominantItem
);
[C++]
Parameters dominantItem [out, retval]
dominantItem is a parameter of type IElement dominantItem [in]
dominantItem is a parameter of type IElement
The dominant element is by default the first element selected. The alignment commands make use of the dominant element to arrange elements more precisely.