Use the rubber band to select STK objects in a 3D window.The method returns true if the rubber band mode has been activated successfully.
[Visual Basic .NET] |
---|
Public Function ActivateRubberBand() As Boolean |
[C#] |
---|
public bool ActivateRubberBand(); |
[Managed C++] |
---|
public: bool ActivateRubberBand(); |
[Unmanaged C++] |
---|
public: HRESULT ActivateRubberBand( VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool activateRubberBand(); |