STK ObjectsSend comments on this topic.
Profile Property (IAgVeAttitudeRealTimeDataReference)
See Also
Windows





Windows & Linux

Description

Returns a data reference profile or null if no data reference profile has yet been selected.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Profile() As IAgVeAttProfile
[C#]
public IAgVeAttProfile Profile {get;}
[Managed C++]
public: __property IAgVeAttProfile ^ get_Profile();
[Unmanaged C++]
public: HRESULT get_Profile(
    IAgVeAttProfile ** ppVal
);
[Java]
public IAgVeAttProfile getProfile();
[Python - STK API ]
@property
def Profile(self) -> "IAgVeAttProfile":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.