public int PyramidAngle {get; set;}
'Declaration
Public Property PyramidAngle As Integer
'Usage
Dim instance As PlaneBendCommand
Dim value As Integer
instance.PyramidAngle = value
value = instance.PyramidAngle
public int PyramidAngle {get; set;}
get_PyramidAngle();
set_PyramidAngle(value);
Object.defineProperty('PyramidAngle');
public:
property int PyramidAngle {
int get();
void set ( int value);
}
Property Value
The view angle, off the Z-axis. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000.