STK Vector Geometry ToolSend comments on this topic.
SurfaceCentralBody Property (IAgCrdnCalcScalarSurfaceDistanceBetweenPoints)
See Also
Windows





Windows & Linux

Description

Central body on which the surface distance between points is to be calculated.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SurfaceCentralBody() As String
[C#]
public string SurfaceCentralBody {get; set;}
[Managed C++]
public: __property String __gc ^ get_SurfaceCentralBody();
public: __property void set_SurfaceCentralBody( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_SurfaceCentralBody(
    BSTR * pRetVal
);
public: HRESULT put_SurfaceCentralBody(
    BSTR SurfaceCentralBody
);
[Java]
public String getSurfaceCentralBody();
public void setSurfaceCentralBody(
    String
);
[Python - STK API ]
@property
def SurfaceCentralBody(self) -> str:

@SurfaceCentralBody.setter
def SurfaceCentralBody(self, SurfaceCentralBody:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.