DisplacementElementCanElementsBeDisplaced(View, ICollectionElementId) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static bool CanElementsBeDisplaced(
View view,
ICollection<ElementId> elementIds
)
Public Shared Function CanElementsBeDisplaced (
view As View,
elementIds As ICollection(Of ElementId)
) As Boolean
public:
static bool CanElementsBeDisplaced(
View^ view,
ICollection<ElementId^>^ elementIds
)
static member CanElementsBeDisplaced :
view : View *
elementIds : ICollection<ElementId> -> bool
Parameters
- view View
-
- elementIds ICollectionElementId
-
Return Value
Boolean
See Also