DBObjectGetObjectSaveVersion(DxfFiler) Method

Returns the drawing and maintenance release version into which this object must be stored.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public virtual FullDwgVersion GetObjectSaveVersion(
        DxfFiler filer
)

Parameters

filer  DxfFiler
[in] DXF filer to use.

Return Value

FullDwgVersion
Remarks
The default implementation of this method returns filer->dwgVersion(). This method can be overridden in custom classes.
See Also

©  Bricsys NV. All rights reserved.