Use the rubber band to select objects on central body's surface. The method returns true if the rubber band mode has been activated successfully.
[Visual Basic .NET] |
---|
Public Function ActivateRubberBandOnCentralBody() As Boolean |
[C#] |
---|
public bool ActivateRubberBandOnCentralBody(); |
[Managed C++] |
---|
public: bool ActivateRubberBandOnCentralBody(); |
[Unmanaged C++] |
---|
public: HRESULT ActivateRubberBandOnCentralBody( VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool activateRubberBandOnCentralBody(); |