DatabaseOriginalFileSavedByVersion
Property
|
Property that represents the version value of
the last product which saved the drawing file, not counting the
current session.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public DwgVersion OriginalFileSavedByVersion { get; }
Public ReadOnly Property OriginalFileSavedByVersion As DwgVersion
Get
public:
property DwgVersion OriginalFileSavedByVersion {
DwgVersion get ();
}
member OriginalFileSavedByVersion : DwgVersion with get
Property Value
DwgVersion
See Also