AGI STK Objects 11Send comments on this topic.
SetProfileType Method (IAgVeAttitudeRealTimeDataReference)
See Also 
Profile
Windows






Windows & Linux

Description

Set realtime data reference profile type.

Syntax

[Visual Basic .NET]
Public Sub SetProfileType( _
   ByVal Profile As AgEVeProfile _
) 
[C#]
public void SetProfileType(
   AgEVeProfile Profile
);
[Managed C++]
public: void SetProfileType(
   AgEVeProfile Profile
);
[Java]
public  setProfileType(
   AgEVeProfile Profile
);
[Unmanaged C++]
public: HRESULT SetProfileType(
   AgEVeProfile Profile
);

Parameters

Profile
MemberValueDescription
eProfileUnknown-1Non-supported profile.
eProfileAlignedAndConstrained0Aligned and Constrained attitude profile.
eProfileCentralBodyFixed1Central Body Fixed attitude profile.
eProfileECFVelocityAlignmentWithNadirConstraint2ECF Velocity Alignment with Nadir Constraint attitude profile.
eProfileECFVelocityAlignmentWithRadialConstraint3ECF Velocity Alignment with Radial Constraint attitude profile.
eProfileECIVelocityAlignmentWithSunConstraint4ECI Velocity Alignment with Sun Constraint attitude profile.
eProfileECIVelocityAlignmentWithNadirConstraint5ECI Velocity Alignment with Nadir Constraint attitude profile.
eProfileFixedInAxes6Fixed in Axes attitude profile.
eProfileInertiallyFixed7Inertially Fixed attitude profile.
eProfileNadirAlignmentWithECFVelocityConstraint8Nadir Alignment with ECF Velocity Constraint attitude profile.
eProfileNadirAlignmentWithECIVelocityConstraint9Nadir Alignment with ECI Velocity Constraint attitude profile.
eProfileNadirAlignmentWithSunConstraint10Nadir Alignment with Sun Constraint attitude profile.
eProfileNadirAlignmentWithOrbitNormalConstraint11Nadir Alignment with Orbit Normal Constraint attitude profile.
eProfilePrecessingSpin12Precessing Spin attitude profile.
eProfileSpinAligned13Spin Aligned attitude profile.
eProfileSpinAboutSunVector14Spin about Sun Vector attitude profile.
eProfileSpinAboutNadir15Spin about Nadir attitude profile.
eProfileSpinning16Spinning attitude profile.
eProfileSunAlignmentOccultationNormalConstraint17Sun Alignmnent Occultation Normal Constraint attitude profile.
eProfileSunAlignmentWithECIZAxisConstraint18Sun Alignment with ECI Z Axis Constraint attitude profile.
eProfileSunAlignmentWithZInOrbitPlane19Sun Alignment with Z in Orbit Plane attitude profile.
eProfileSunAlignmentWithEclipticNormalConstraint20Sun Alignment with Ecliptic Normal Constraint attitude profile.
eProfileSunAlignmentWithNadirConstraint21Sun Alignment with Nadir Constraint attitude profile.
eProfileXPOPInertialAttitude22XPOP Inertial Attitude attitude profile.
eProfileYawToNadir23Yaw to Nadir attitude profile.
eCoordinatedTurn24Coordinated Turn attitude profile.
eProfileGPS27GPS attitude profile.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.