Writes a PartAtom XML from the contents of a family file.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void ExtractPartAtomFromFamilyFile( string familyFilePath, string xmlFilePath )
Parameters
Exceptions
Exception | Condition |
---|---|
ArgumentException | If 'familyFilePath' or 'xmlFilePath' is nullptr or an empty string or if the family file doesn't exist on disk. |