The next object that was successfully placed.
[Visual Basic .NET] Public Sub NextPlaced ( _ ByRef Object As IPlacedObject, _ ByVal TrackCancel As ITrackCancel, _ ByVal StepProgressor As IStepProgressor _ )
[C#] public void NextPlaced ( ref IPlacedObject Object, ref ITrackCancel TrackCancel, ref IStepProgressor StepProgressor );
[C++]
HRESULT NextPlaced(
IPlacedObject** Object,
ITrackCancel* TrackCancel,
IStepProgressor* StepProgressor
);
[C++]Parameters
Object [in, out]Object is a parameter of type IPlacedObject
TrackCancel [in]TrackCancel is a parameter of type ITrackCancel
StepProgressor [in]StepProgressor is a parameter of type IStepProgressor
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.