DecomposeForSaveReplacementRecord Structure

This class stores the three output parameters used by the Object.decomposeForSave() method. These values relate to the replacement object if it is not a database-resident, the replacement object's identifier if it is a database-resident, and an option indicating whether XData is passed to the replacement object.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.DatabaseServicesDecomposeForSaveReplacementRecord

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct DecomposeForSaveReplacementRecord

The DecomposeForSaveReplacementRecord type exposes the following members.

Constructors
  Name Description
Public method DecomposeForSaveReplacementRecord(DBObject, Boolean) Constructor for the DecomposeForSaveReplacementRecord class.
Public method DecomposeForSaveReplacementRecord(ObjectId, Boolean) Constructor for the DecomposeForSaveReplacementRecord class.
Top
Properties
  Name Description
Public property ExchangeXData Property that indicates state of the ExchangeXData flag. If this property is true, XData is passed from the original object to the replacement object.
Public property ReplacementId Property that represents the object identifier of the database-resident replacement object.
Public property ReplacementObject Property that represents the non-database-resident replacement object.
Top
Methods
  Name Description
Public method Equals
(Inherited from ValueType)
Public method GetHashCode
(Inherited from ValueType)
Public method GetType
(Inherited from Object)
Public method ToString
(Inherited from ValueType)
Top
See Also

©  Bricsys NV. All rights reserved.