DirectShapeIsValidShape(IListGeometryObject) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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