In This Topic
The list of cutplanes applied to the view of the object
Syntax
'Declaration
Public ReadOnly Property CutPlanes As System.Collections.Generic.List(Of Vector4)
'Usage
Dim instance As DicomImage3D
Dim value As System.Collections.Generic.List(Of Vector4)
value = instance.CutPlanes
public System.Collections.Generic.List<Vector4> CutPlanes {get;}
public read-only property CutPlanes: System.Collections.Generic.List;
public function get CutPlanes : System.Collections.Generic.List
public: __property System.Collections.Generic.List<Vector4>* get_CutPlanes();
public:
property System.Collections.Generic.List<Vector4>^ CutPlanes {
System.Collections.Generic.List<Vector4>^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also