ArcObjects Library Reference  (Carto)    

IOverflowGraphicsContainer.AddOverflowElement Method

Add an element to the collection.

[Visual Basic 6.0]
Sub AddOverflowElement(
    ByVal pElement As IElement _
)
[Visual Basic .NET]
Public Sub AddOverflowElement ( _
    ByVal pElement As IElement _
)
[C#]
public void AddOverflowElement (
    IElement pElement
);
[Java]
public void addOverflowElement (
    IElement pElement
)
throws
    IOException,
    AutomationException
[C++]
HRESULT AddOverflowElement(
  IElement* pElement
);
[C++]

Parameters

pElement

  pElement is a parameter of type IElement

Product Availability

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

See Also

IOverflowGraphicsContainer Interface

 


Feedback Send feedback on this page