DxfFilerAtEndOfFile Property
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public abstract bool AtEndOfFile { get; }
Public MustOverride ReadOnly Property AtEndOfFile As Boolean
Get
public:
virtual property bool AtEndOfFile {
bool get () abstract;
}
abstract AtEndOfFile : bool with get
Property Value
Boolean
See Also