AGI Common Entity Library 11 Send comments on this topic.
CommitUpdate Method (IAgPointEntity)
See Also 
UpdateType





Description

Fires the entity change event as well as performs any calculations necessary since the last update.

Syntax

[Visual Basic .NET]
Public Sub CommitUpdate( _
   ByVal UpdateType As AgEEntityUpdate _
) 

[C#]
public void CommitUpdate(
AgEEntityUpdate UpdateType
);

[Managed C++]
public: void CommitUpdate(
AgEEntityUpdate UpdateType
);

[Java]
public  commitUpdate(
AgEEntityUpdate UpdateType
);

[Unmanaged C++]
public: HRESULT CommitUpdate(
AgEEntityUpdate UpdateType
);

Parameters

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