This document is archived and information here might be outdated. Recommended version. |
Fires when new features are created.
[Visual Basic .NET] Public Event OnCreateFeature As OnCreateFeatureEventHandler
[C#] public event OnCreateFeatureEventHandler OnCreateFeature
[C++]
HRESULT OnCreateFeature(
IObject* Object
);
[C++] Parameters Object [in]
Object is a parameter of type IObject*
The OnCreateFeature event is fired whenever a new feature is created. The new feature is passed to all listening clients via the IObject parameter.