Identifies if the input layer can be designated as a variable thickness layer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since:
2016
Syntax
C# |
---|
public bool CanLayerBeVariable(
int variableLayerIndex
) |
Visual Basic |
---|
Public Function CanLayerBeVariable ( _
variableLayerIndex As Integer _
) As Boolean |
Visual C++ |
---|
public:
bool CanLayerBeVariable(
int variableLayerIndex
) |
Parameters
- variableLayerIndex
- Type: System..::..Int32
Index of a layer in the CompoundStructure.
Return Value
True if the input layer may be a variable thickness layer and false otherwise.
Remarks
See Also