STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetProfileType(
    AgEVeProfile Profile
);
[Java]
public void setProfileType(
    AgEVeProfile Profile
);
[Python - STK API ]
def SetProfileType(self, Profile:"AgEVeProfile") -> None:

Parameters

Profile

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.