2020 Method
Changes 0
M

FamilyItemFactory.NewModelText

Description:
Create a model text in the Autodesk Revit family document.
public ModelText NewModelText(
	string text,
	ModelTextType modelTextType,
	SketchPlane sketchPlane,
	XYZ position,
	HorizontalAlign horizontalAlign,
	double depth
)
Return Value ModelText If successful, the newly created model text is returned, otherwise an exception with error information will be thrown.