Identifies if the input layer can be designated as a variable thickness layer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool CanLayerBeVariable( int variableLayerIndex )
Parameters
- variableLayerIndex Int32
- Index of a layer in the CompoundStructure.
Return Value
BooleanTrue if the input layer may be a variable thickness layer and false otherwise.