Gets or sets the desired thickness of the generated slice resulting from the first cut-line.
public double FirstSliceThickness {get; set;}
'Declaration
Public Property FirstSliceThickness As Double
'Usage
Dim instance As MedicalViewerDoublePlaneCutLine
Dim value As Double
instance.FirstSliceThickness = value
value = instance.FirstSliceThickness
public:
property double FirstSliceThickness {
double get();
void set ( double value);
}
Property Value
A value that represents the thickness of the generated slice resulted from the first cut-line.