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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface