STK AstrogatorSend comments on this topic.
ReferenceType Property (IAgVAStateCalcDeltaDec)
See Also
Windows





Windows & Linux

Description

Gets or sets the central body's reference type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceType() As AgEVACalcObjectCentralBodyReference
[C#]
public AgEVACalcObjectCentralBodyReference ReferenceType {get; set;}
[Managed C++]
public: __property AgEVACalcObjectCentralBodyReference get_ReferenceType();
public: __property void set_ReferenceType( AgEVACalcObjectCentralBodyReference );
[Unmanaged C++]
public: HRESULT get_ReferenceType(
    AgEVACalcObjectCentralBodyReference * pVal
);
public: HRESULT put_ReferenceType(
    AgEVACalcObjectCentralBodyReference InVal
);
[Java]
public AgEVACalcObjectCentralBodyReference getReferenceType();
public void setReferenceType(
    AgEVACalcObjectCentralBodyReference
);
[Python - STK API ]
@property
def ReferenceType(self) -> "AgEVACalcObjectCentralBodyReference":

@ReferenceType.setter
def ReferenceType(self, InVal:"AgEVACalcObjectCentralBodyReference") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.