STK ObjectsSend comments on this topic.
Priorities Property (IAgTargetSelectionMethodPriority)
See Also
Windows





Windows & Linux

Description

Gets the collection of priorities.

Property type

Read-only property

Syntax

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.