AGI STK VGT 11 Send comments on this topic.
IAgCrdnParameterSetAttitude Interface
Windows






Windows & Linux

Description

Attitude parameter set contains various representations of attitude of one set of axes relative to another.

Object Model



Public Properties

Public Property AxesGet the axes for which attitude representations are computed.
Public Property ReferenceAxesGet the reference axes relative to which attitude representations are computed.

Example

Create an attitude parameter set.
[C#]Copy Code
//Create an attitude parameter set. 
IAgCrdnParameterSetAttitude parameterSet = (IAgCrdnParameterSetAttitude)provider.ParameterSets.Factory.Create( 
    "ParameterSetName""Attitude parameter set.", AgECrdnParameterSetType.eCrdnParameterSetTypeAttitude); 
 

Create an attitude parameter set.
[Visual Basic .NET]Copy Code
'Create an attitude parameter set.
Dim parameterSet As IAgCrdnParameterSetAttitude = DirectCast(provider.ParameterSets.Factory.Create("ParameterSetName", "Attitude parameter set.", AgECrdnParameterSetType.eCrdnParameterSetTypeAttitude), IAgCrdnParameterSetAttitude)

CoClasses that Implement IAgCrdnParameterSetAttitude

© 2018 Analytical Graphics, Inc. All Rights Reserved.