SoVRSegyFileReaderSetDirectCoordSysAutoDetection Method |
Sets whether or not the reader should automatically try to detect if the coordinate system used is direct (right-handed) or not.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax public override bool SetDirectCoordSysAutoDetection(
bool autoValue
)
Public Overrides Function SetDirectCoordSysAutoDetection (
autoValue As Boolean
) As Boolean
public:
virtual bool SetDirectCoordSysAutoDetection(
bool autoValue
) override
abstract SetDirectCoordSysAutoDetection :
autoValue : bool -> bool
override SetDirectCoordSysAutoDetection :
autoValue : bool -> bool
Parameters
- autoValue
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks See Also