DxfFilerHaltAtClassBoundaries
Method
|
Specifies whether to halt at certain key
markers in file.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual void HaltAtClassBoundaries(
bool value
)
Public Overridable Sub HaltAtClassBoundaries (
value As Boolean
)
public:
virtual void HaltAtClassBoundaries(
bool value
)
abstract HaltAtClassBoundaries :
value : bool -> unit
override HaltAtClassBoundaries :
value : bool -> unit
Parameters
- value Boolean
- [in] Flag value. If true, the filer halt at certain key markers
in file. If false, sets the filer to read all input without
resetting its ErrorStatus unless I/O error occurs.
See Also