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