STK ObjectsSend comments on this topic.
Connections Property (IAgChain)
See Also
Windows





Windows & Linux

Description

Get the collection of connections in the chain.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Connections() As IAgChConnectionCollection
[C#]
public IAgChConnectionCollection Connections {get;}
[Managed C++]
public: __property IAgChConnectionCollection ^ get_Connections();
[Unmanaged C++]
public: HRESULT get_Connections(
    IAgChConnectionCollection ** ppVal
);
[Java]
public IAgChConnectionCollection getConnections();
[Python - STK API ]
@property
def Connections(self) -> "IAgChConnectionCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.