Returns the index of the nearest non-zero width layer before this layer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
| C# |
|---|
public int GetPreviousNonZeroLayerIndex(
int thisIdx
) |
| Visual Basic |
|---|
Public Function GetPreviousNonZeroLayerIndex ( _
thisIdx As Integer _
) As Integer |
| Visual C++ |
|---|
public:
int GetPreviousNonZeroLayerIndex(
int thisIdx
) |
Parameters
- thisIdx
- Type: System..::..Int32
The layer from which to look for a non-zero width layer.
Return Value
The index of the layer found.
Remarks
See Also