AGI STK Objects 11Send comments on this topic.
Objects Property (IAgConstellation)
See Also
Windows






Windows & Linux

Description

Get the collection of objects in the chain.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Objects() As IAgObjectLinkCollection
[C#]
public IAgObjectLinkCollection Objects {get;}
[Managed C++]
public: __property IAgObjectLinkCollection ^ get_Objects();
[Unmanaged C++]
public: HRESULT get_Objects(
    IAgObjectLinkCollection ** ppVal
);
[Java]
public IAgObjectLinkCollection getObjects();

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.