STK AstrogatorSend comments on this topic.
AutoSequence Property (IAgVADriverMCS)
See Also
Windows





Windows & Linux

Description

Get the Automatic Sequences.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AutoSequence() As IAgVAAutomaticSequenceCollection
[C#]
public IAgVAAutomaticSequenceCollection AutoSequence {get;}
[Managed C++]
public: __property IAgVAAutomaticSequenceCollection ^ get_AutoSequence();
[Unmanaged C++]
public: HRESULT get_AutoSequence(
    IAgVAAutomaticSequenceCollection ** ppVAAutomaticSequenceCollection
);
[Java]
public IAgVAAutomaticSequenceCollection getAutoSequence();
[Python - STK API ]
@property
def AutoSequence(self) -> "IAgVAAutomaticSequenceCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.