DirectShape.IsValidShape(IList<GeometryObject>) Method

DirectShapeIsValidShape(IListGeometryObject) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsValidShape(
	IList<GeometryObject> shape
)
Public Function IsValidShape ( 
	shape As IList(Of GeometryObject)
) As Boolean
public:
bool IsValidShape(
	IList<GeometryObject^>^ shape
)
member IsValidShape : 
        shape : IList<GeometryObject> -> bool 

Parameters

shape  IListGeometryObject
 

Return Value

Boolean
See Also