This event is fired when Undo Build is called on a Terrain.
[Visual Basic 6.0] Event OnUndoBuild(
ByVal pExtent As IEnvelope _
)
[Visual Basic .NET] Public Event OnUndoBuild As OnUndoBuildEventHandler
[C#] public event OnUndoBuildEventHandler OnUndoBuild
[C++]
HRESULT OnUndoBuild(
IEnvelope* pExtent
);
[C++]Parameters
pExtent [in]pExtent is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.