This document is archived and information here might be outdated.  Recommended version.


IOverposter2.NextUnused Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IOverposter2.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

IOverposter2 Interface