Share

DecomposeForSaveReplacementRecord Structure

Description

This class encapsulates the three output parameters used by the Object.decomposeForSave() ObjectARX function. These values represent the replacement object if it is non-database-resident, the replacement object's object ID if it is database-resident, and a flag indicating whether xdata should be transferred to the replacement object.

Visual Basic

Public Structure DecomposeForSaveReplacementRecord
End Structure

C#

public struct DecomposeForSaveReplacementRecord {
}

Links

DecomposeForSaveReplacementRecord Properties

Was this information helpful?