STK Real-Time FrameworkSend comments on this topic.
Entities Property (IAgRtProvideEntities)
See Also
Windows





Windows & Linux

Description

The collection of all entities created by the provider.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Entities() As IAgEntityCollection
[C#]
public IAgEntityCollection Entities {get; set;}
[Managed C++]
public: __property IAgEntityCollection ^ get_Entities();
public: __property void set_Entities( IAgEntityCollection );
[Unmanaged C++]
public: HRESULT get_Entities(
    IAgEntityCollection ** ppEntities
);
public: HRESULT put_Entities(
    IAgEntityCollection Entities
);
[Java]
public IAgEntityCollection getEntities();
public void setEntities(
    IAgEntityCollection
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.