STK ObjectsSend 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();
[Python - STK API ]
@property
def Objects(self) -> "IAgObjectLinkCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.