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





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
Member Value Description
eProfileUnknown -1 Non-supported profile.
eProfileAlignedAndConstrained 0 Aligned and Constrained attitude profile.
eProfileCentralBodyFixed 1 Central Body Fixed attitude profile.
eProfileECFVelocityAlignmentWithNadirConstraint 2 ECF Velocity Alignment with Nadir Constraint attitude profile.
eProfileECFVelocityAlignmentWithRadialConstraint 3 ECF Velocity Alignment with Radial Constraint attitude profile.
eProfileECIVelocityAlignmentWithSunConstraint 4 ECI Velocity Alignment with Sun Constraint attitude profile.
eProfileECIVelocityAlignmentWithNadirConstraint 5 ECI Velocity Alignment with Nadir Constraint attitude profile.
eProfileFixedInAxes 6 Fixed in Axes attitude profile.
eProfileInertiallyFixed 7 Inertially Fixed attitude profile.
eProfileNadirAlignmentWithECFVelocityConstraint 8 Nadir Alignment with ECF Velocity Constraint attitude profile.
eProfileNadirAlignmentWithECIVelocityConstraint 9 Nadir Alignment with ECI Velocity Constraint attitude profile.
eProfileNadirAlignmentWithSunConstraint 10 Nadir Alignment with Sun Constraint attitude profile.
eProfileNadirAlignmentWithOrbitNormalConstraint 11 Nadir Alignment with Orbit Normal Constraint attitude profile.
eProfilePrecessingSpin 12 Precessing Spin attitude profile.
eProfileSpinAligned 13 Spin Aligned attitude profile.
eProfileSpinAboutSunVector 14 Spin about Sun Vector attitude profile.
eProfileSpinAboutNadir 15 Spin about Nadir attitude profile.
eProfileSpinning 16 Spinning attitude profile.
eProfileSunAlignmentOccultationNormalConstraint 17 Sun Alignmnent Occultation Normal Constraint attitude profile.
eProfileSunAlignmentWithECIZAxisConstraint 18 Sun Alignment with ECI Z Axis Constraint attitude profile.
eProfileSunAlignmentWithZInOrbitPlane 19 Sun Alignment with Z in Orbit Plane attitude profile.
eProfileSunAlignmentWithEclipticNormalConstraint 20 Sun Alignment with Ecliptic Normal Constraint attitude profile.
eProfileSunAlignmentWithNadirConstraint 21 Sun Alignment with Nadir Constraint attitude profile.
eProfileXPOPInertialAttitude 22 XPOP Inertial Attitude attitude profile.
eProfileYawToNadir 23 Yaw to Nadir attitude profile.
eCoordinatedTurn 24 Coordinated Turn attitude profile.
eProfileGPS 27 GPS attitude profile.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1