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





Description

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

Object Model



Public Properties

Public Property Axes Get the axes for which attitude representations are computed.
Public Property ReferenceAxes Get 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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1