STK ObjectsSend comments on this topic.
Members Property (IAgDirectionProviderScript)
See Also
Windows





Windows & Linux

Description

Gets the members list.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Members() As IAgObjectLinkCollection
[C#]
public IAgObjectLinkCollection Members {get;}
[Managed C++]
public: __property IAgObjectLinkCollection ^ get_Members();
[Unmanaged C++]
public: HRESULT get_Members(
    IAgObjectLinkCollection ** ppRetVal
);
[Java]
public IAgObjectLinkCollection getMembers();
[Python - STK API ]
@property
def Members(self) -> "IAgObjectLinkCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.