2027 Property
Changes 0
P

EnergyAnalysisSpace.CADObjectUniqueId

Description:
The unique id of the originating Element associated with this EnergyAnalysisSpace at the time of EAM creation.
Remarks:
This unique id can be passed to the Document.GetElement(string) method. This EnergyAnalysisSpace may have been created form Autodesk.Revit.DB.Architecture.Room, or Autodesk.Revit.DB.Mechanical.Space elements. If this EnergyAnalysisSpace was not created from a room or a space the CADObjectUniqueId will be the same as EnergyAnalysisSpace.UniqueId. CADObjectUniqueId is unrelated to the CADObjectId element in gbxml.
public string CADObjectUniqueId { get; }