AGI STK Objects 11Send comments on this topic.
Objects Property (IAgChain)
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 ** ppRetVal
);
[Java]
public IAgObjectLinkCollection getObjects();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.