SoVolumeReaderSetDirectCoorSys Method |
Specify if the coordinate system used is direct or not.
The function will return FALSE if the feature is not supported
by the current reader.
Default is false.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public 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:
BooleanSee Also