AGI STK Graphics 11 Send comments on this topic.
CentralBody Property (IAgStkGraphicsRhumbLineInterpolator)
See Also 





Description

Gets or sets the central body used when interpolating with Interpolate.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CentralBody() As String

[C#]
public string CentralBody {get; set;}

[Managed C++]
public: __property String __gc ^ get_CentralBody();
public: __property void set_CentralBody(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_CentralBody(
BSTR * pRetVal
);
public: HRESULT put_CentralBody(
BSTR NewCentralBody
);

[Java]
public String getCentralBody();public void setCentralBody(
String
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1