Description
The reference body of the component. Read only when the ReferenceType is eVACalcObjectCentralBodyReferenceParent.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ReferenceBody() As String
|
[C#] |
---|
public string ReferenceBody {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_ReferenceBody(); public: __property void set_ReferenceBody(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceBody(
BSTR * pVal
);
public: HRESULT put_ReferenceBody(
BSTR InVal
);
|
[Java] |
---|
public String getReferenceBody();
public void setReferenceBody(
String
);
|
[Python - STK API] |
---|
@property
def ReferenceBody(self) -> str:
@ReferenceBody.setter
def ReferenceBody(self, InVal:str) -> None:
|
See Also