STK Common Entity LibrarySend comments on this topic.
OnEntityChanged Method (IAgEntityEvents)
See Also
Entity
UpdateType
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT OnEntityChanged(
    IAgEntity * Entity,
    AgEEntityUpdate UpdateType
);
[Java]
public void onEntityChanged(
    IAgEntity Entity,
    AgEEntityUpdate UpdateType
);

Parameters

Entity
UpdateType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.