ArcObjects Library Reference  (Carto)    

IGraphicsContainerSelect.DominantElement Property

Dominant element.

[Visual Basic 6.0]
Property DominantElement As IElement
[Visual Basic .NET]
Public Property DominantElement As IElement
[C#]
public IElement DominantElement {get; set;}
[Java]
public IElement getDominantElement()
throws
    IOException,
    AutomationException
[Java]
public void setDominantElementByRef(
IElement pElement
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

Remarks

The dominant element is by default the first element selected.  The alignment commands make use of the dominant element to arrange elements more precisely.

See Also

IGraphicsContainerSelect Interface

 


Feedback Send feedback on this page