Writes a PartAtom XML from the contents of a family object.
Namespace: Autodesk.Revit.DB
Assembly: 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
| Exception | Condition |
|---|---|
| ArgumentException | If 'xmlFilePath' is null or an empty string. |
