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.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public virtual bool SetDirectCoordSysAutoDetection(
bool autoValue
)
Public Overridable Function SetDirectCoordSysAutoDetection (
autoValue As Boolean
) As Boolean
public:
virtual bool SetDirectCoordSysAutoDetection(
bool autoValue
)
abstract SetDirectCoordSysAutoDetection :
autoValue : bool -> bool
override SetDirectCoordSysAutoDetection :
autoValue : bool -> bool
Parameters
- autoValue
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks The function will return false if the feature is not supported by the current reader. Default is false.
See Also