STK Common Entity LibrarySend 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
);
[Unmanaged C++]
public: HRESULT CommitUpdate(
    AgEEntityUpdate UpdateType
);
[Java]
public void commitUpdate(
    AgEEntityUpdate UpdateType
);

Parameters

UpdateType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.