AGI STK Graphics 11 Send comments on this topic.
GetByName Method (IAgStkGraphicsCentralBodyGraphicsIndexer)
See Also 
Name
The name of the Central Body to get the CentralBodyGraphics for.





Description

Returns the CentralBodyGraphics for the Central Body with the given name.

Syntax

[Visual Basic .NET]
Public Function GetByName( _
   ByVal Name As String _
) As IAgStkGraphicsCentralBodyGraphics

[C#]
public IAgStkGraphicsCentralBodyGraphics GetByName(
string Name
);

[Managed C++]
public: IAgStkGraphicsCentralBodyGraphics^ GetByName(
String __gc ^ Name
);

[Java]
public IAgStkGraphicsCentralBodyGraphics getByName(
String Name
);

[Unmanaged C++]
public: HRESULT GetByName(
BSTR Name,
IAgStkGraphicsCentralBodyGraphics ** ReturnValue
);

Parameters

Name
The name of the Central Body to get the CentralBodyGraphics for.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1