2027 Method
Changes 0
M

Family.ExtractPartAtom

Description:
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()
public void ExtractPartAtom(
	string xmlFilePath
)
  • String
    xmlFilePath
    The xml file to be saved.