Method IsLayer
IsLayer(ElementId)
Tells whether an Element is a layer.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
bool IsLayer(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the Element to analyze. |
Returns
| Type | Description |
|---|---|
| bool | true if element is actually a layer |
Remarks
This method is available since v7.18.