public int Distance {get; set;}
public int Distance {get; set;}
get_Distance();
set_Distance(value);
Object.defineProperty('Distance');
public:
property int Distance {
int get();
void set ( int value);
}
'Declaration
Public Property Distance As Integer
'Usage
Dim instance As PlaneBendCommand
Dim value As Integer
instance.Distance = value
value = instance.Distance
Property Value
Camera distance from the viewing screen, in pixels.