STK ObjectsSend comments on this topic.
Priority Property (IAgVeGfxTimeComponentsElement)
See Also
Windows





Windows & Linux

Description

Priority indicates the order of a time component when resolving the overlapping intervals during rendering.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Priority() As Integer
[C#]
public int Priority {get;}
[Managed C++]
public: __property int get_Priority();
[Unmanaged C++]
public: HRESULT get_Priority(
    int * pRetVal
);
[Java]
public Integer getPriority();
[Python - STK API ]
@property
def Priority(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.