STK Common Entity LibrarySend comments on this topic.
Sequence Property (IAgEntityAttitudeEuler)
See Also
Windows





Windows & Linux

Description

The orientation sequence.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Sequence() As AgEEntityAttitudeSequence
[C#]
public AgEEntityAttitudeSequence Sequence {get; set;}
[Managed C++]
public: __property AgEEntityAttitudeSequence get_Sequence();
public: __property void set_Sequence( AgEEntityAttitudeSequence );
[Unmanaged C++]
public: HRESULT get_Sequence(
    AgEEntityAttitudeSequence * pSequence
);
public: HRESULT put_Sequence(
    AgEEntityAttitudeSequence Sequence
);
[Java]
public AgEEntityAttitudeSequence getSequence();
public void setSequence(
    AgEEntityAttitudeSequence
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.