Click or drag to resize

CentralBodyGraphicsIndexerGetByName Method

Returns the CentralBodyGraphics for the CentralBody with the given name.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBodyGraphics GetByName(
	string name
)

Parameters

name
Type: SystemString
The name of the CentralBody to get the CentralBodyGraphics for.

Return Value

Type: CentralBodyGraphics
The CentralBodyGraphics with the specified name.
See Also