Writes a PartAtom XML from the contents of a family object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void ExtractPartAtom(
string xmlFilePath
)
Parameters
- xmlFilePath String
- The xml file to be saved.
Exceptions
Remarks
This method is designed for a family loaded into a document in session. So it will skip the type catalog file.
To extract the PartAtom XML from a family file on disk, use Application.ExtractPartAtomFromFamilyFile()
See Also
Reference