public int PlanarConfiguration {get; set;}
'Declaration
Public Property PlanarConfiguration As Integer
'Usage
Dim instance As DicomImageInformation
Dim value As Integer
instance.PlanarConfiguration = value
value = instance.PlanarConfiguration
public int PlanarConfiguration {get; set;}
public int getPlanarConfiguration()
public void setPlanarConfiguration(int value)
<br/>get_PlanarConfiguration();<br/>set_PlanarConfiguration(value);<br/>Object.defineProperty('PlanarConfiguration');
public:
property int PlanarConfiguration {
int get();
void set ( int value);
}
Property Value
Value that indicates the the planar configuration. Color-by-plane or color-by-pixel.