AGI Real-Time Framework 11 Send comments on this topic.
Entities Property (IAgRtProvideEntities)
See Also 





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 ** ppRetVal
);
public: HRESULT put_Entities(
IAgEntityCollection * pNewEntities
);

[Java]
public IAgEntityCollection getEntities();public void setEntities(
IAgEntityCollection
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1