LineToGroundType

Gets and sets an enum that determines if a line extends down from the pivot either to the ground or to a custom length towards the ground. The following are the possible values:

§   LINE_TYPE_NONE    = 0
No line to ground is extended from the pivot.

§   LINE_TYPE_TO_GROUND     = 1
A line is extended from the pivot down to the ground.

§   LINE_TYPE_CUSTOM              = 2
A line is extended from the pivot to a custom length towards the ground.

 

JavaScript

 

LineToGroundType

 

C#

 

bool LineToGroundType { get; set; }

 

C++

 

HRESULT LineToGroundType([out, retval] LineType* pVal)

HRESULT LineToGroundType([in] LineType pVal)