Family.ExtractPartAtom
Description:
Writes a PartAtom XML from the contents of a family object.
Writes a PartAtom XML from the contents of a family object.
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()
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()
public void ExtractPartAtom(
string xmlFilePath
)
-
StringxmlFilePathThe xml file to be saved.
-
If 'xmlFilePath' isor an empty string.