Share

DirectShapeType.IsValidShape(IList<GeometryObject>) Method

Validates shape to be stored in a DirectShapeType.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsValidShape(
	IList<GeometryObject> shape
)

Parameters

shape  IList<GeometryObject>
Shape to be validated represented as a collection of GeometryObjects. The supported types of GeometryObjects are: Solid, Mesh, GeometryInstance, Point, Curve and PolyLine.

Return Value

Boolean
True if the supplied shape passes the validation criteria.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

This function calls IsValidShape(GeometryObject) to validate each object in the list.

See Also

Reference

Was this information helpful?