STK UtilSend comments on this topic.
Sequence Property (IAgDirectionPR)
See Also
Windows





Windows & Linux

Description

PR direction sequence. Must be set before Pitch,Roll values. Otherwise the current Pitch,Roll values will be converted to the Sequence specified.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Sequence() As AgEPRSequence
[C#]
public AgEPRSequence Sequence {get; set;}
[Managed C++]
public: __property AgEPRSequence get_Sequence();
public: __property void set_Sequence( AgEPRSequence );
[Unmanaged C++]
public: HRESULT get_Sequence(
    AgEPRSequence * pVal
);
public: HRESULT put_Sequence(
    AgEPRSequence Sequence
);
[Java]
public AgEPRSequence getSequence();
public void setSequence(
    AgEPRSequence
);
[Python - STK API ]
@property
def Sequence(self) -> "AgEPRSequence":

@Sequence.setter
def Sequence(self, Sequence:"AgEPRSequence") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.