AGI Real-Time Tracking Tool 11 Send comments on this topic.
OnEntityChanged Method (AgRt3EntityManager)
See Also 
Entity
UpdateType





Description

Indicates that an entity has changed.

Syntax

[Visual Basic .NET]
Public Sub OnEntityChanged( _
   ByVal Entity As IAgEntity, _
   ByVal UpdateType As AgEEntityUpdate _
) 

[C#]
public void OnEntityChanged(
IAgEntity Entity,
AgEEntityUpdate UpdateType
);

[Managed C++]
public: void OnEntityChanged(
IAgEntity ^ Entity,
AgEEntityUpdate UpdateType
);

[Java]
public  onEntityChanged(
IAgEntity Entity,
AgEEntityUpdate UpdateType
);

[Unmanaged C++]
public: HRESULT OnEntityChanged(
IAgEntity * Entity,
AgEEntityUpdate UpdateType
);

Parameters

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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1