ArcObjects Library Reference (Carto)  

IOverposter3.NextUnused Method

The next object that was not used.

[Visual Basic .NET]
Public Sub NextUnused ( _
    ByRef Object As IPlacedObject _
)
[C#]
public void NextUnused (
    ref IPlacedObject Object
);
[C++]
HRESULT NextUnused(
  IPlacedObject** Object
);
[C++]

Parameters

Object [out]

  Object is a parameter of type IPlacedObject

Product Availability

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

See Also

IOverposter3 Interface