| SoVolumeReaderSetDirectCoorSys Method  | 
Specify if the coordinate system used is direct or not. 
 
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic virtual bool SetDirectCoorSys(
	bool directCoord
)
Public Overridable Function SetDirectCoorSys ( 
	directCoord As Boolean
) As Boolean
public:
virtual bool SetDirectCoorSys(
	bool directCoord
)
abstract SetDirectCoorSys : 
        directCoord : bool -> bool 
override SetDirectCoorSys : 
        directCoord : bool -> bool Parameters
- directCoord
 - Type: SystemBoolean
 
Return Value
Type: 
Boolean
RemarksThe function will return false if the feature is not supported by the current reader. Default is true. 
See Also