CentralBodyGraphicsIndexerGetByName Method |
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CentralBodyGraphics GetByName(
string name
)
Public Function GetByName (
name As String
) As CentralBodyGraphics
public:
CentralBodyGraphics^ GetByName(
String^ name
)
member GetByName :
name : string -> CentralBodyGraphics
Parameters
- name
- Type: SystemString
The name of the CentralBody to get the CentralBodyGraphics for.
Return Value
Type:
CentralBodyGraphicsThe
CentralBodyGraphics with the specified
name.
See Also