DirectShapeType.SetShape(IList<GeometryObject>) Method

DirectShapeTypeSetShape(IListGeometryObject) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetShape(
	IList<GeometryObject> pGeomArr
)
Public Sub SetShape ( 
	pGeomArr As IList(Of GeometryObject)
)
public:
void SetShape(
	IList<GeometryObject^>^ pGeomArr
)
member SetShape : 
        pGeomArr : IList<GeometryObject> -> unit 

Parameters

pGeomArr  IListGeometryObject
 
See Also