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


IOverposter3.NextUnused Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposter3 Interface > IOverposter3.NextUnused Method
ArcGIS Developer Help

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