ArcGIS Developer Help (ESRI.ArcGIS.GeoDatabaseExtensions) |
|
OnBuildEventHandler Delegate
Represents the method that handles the
OnBuild event.
[Visual Basic .NET]
Public Delegate Sub OnBuildEventHandler ( _
ByVal pExtent As IEnvelope _
)
[C#]
public delegate void OnBuildEventHandler (
IEnvelope pExtent
);