SoVolumeReaderDataConverted Property |
The returned boolean indicates if the data is already organized for the LDM module.
If TRUE, VolumeViz will use the readTile method.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool DataConverted { get; set; }
Public Property DataConverted As Boolean
Get
Set
public:
property bool DataConverted {
bool get ();
void set (bool value);
}
member DataConverted : bool with get, set
Property Value
Type:
BooleanSee Also