1创建墙实例的方法一共5个重载
(1)Wall.Create(Document document, IList<Curve> profile, bool structural)
document :文档
profile : 生成墙的定位线集合
structural :是否是结构
(2)Wall.Create(Document document, Curve curve, ElementId levelId, bool structural)
document :文档
curve:定位线
levelld :标高Id
structural: 是否是结构
(3) Wall.Create(Document document, IList<Curve> profile, ElementId wallTypeId, ElementId levelId, bool structural)
document: 文档
profile : 生成墙的定位线集合