DirectShape.IsValidShape(IList<GeometryObject>, DirectShapeTargetViewType) Method

DirectShapeIsValidShape(IListGeometryObject, DirectShapeTargetViewType) Method


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

Parameters

shape  IListGeometryObject
 
viewType  DirectShapeTargetViewType
 

Return Value

Boolean
See Also