Click or drag to resize
SoVolumeReaderSetDirectCoordSysAutoDetection Method

Sets whether or not the reader should automatically try to detect if the coordinate system used is direct or not.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual bool SetDirectCoordSysAutoDetection(
	bool autoValue
)

Parameters

autoValue
Type: SystemBoolean

Return Value

Type: Boolean
Remarks

The function will return false if the feature is not supported by the current reader. Default is false.

See Also