This property is deprecated. Use the StartObject, EndObject and Connections properties to configure objects in the chain.
Read-only property
[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": |