Indicates that an entity has changed.
| [Visual Basic .NET] |
|---|
Public Event OnEntityChanged( _
ByVal Entity As IAgEntity, _
ByVal UpdateType As AgEEntityUpdate _
)
|
| [C#] |
|---|
public void OnEntityChanged(
|
| [Managed C++] |
|---|
public: void OnEntityChanged(
|
| [Java] |
|---|
public onEntityChanged(
|
| [Unmanaged C++] |
|---|
public: HRESULT OnEntityChanged(
|
- Entity
- UpdateType
-
Member Value Description eEntityUpdate 0 The entity's position, graphics and meta-data have changed. eEntityUpdateGraphics 1 The entity's graphics have changed. eEntityUpdatePosition 2 The entity's position has changed.