Identifies if changing the width of an existing layer from zero to a positive value will create a rectangular region.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool CanLayerWidthBeNonZero(
	int layerIdx
) | 
| Visual Basic | 
|---|
| Public Function CanLayerWidthBeNonZero ( _
	layerIdx As Integer _
) As Boolean | 
| Visual C++ | 
|---|
| public:
bool CanLayerWidthBeNonZero(
	int layerIdx
) | 
Parameters
- layerIdx
- Type: System..::..Int32
 The index of a CompoundStructureLayer.
Remarks
 See Also
See Also