CompoundStructureLayerCount Property

Returns the number of layers contained in this CompoundStructure.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int LayerCount { get; }

Property Value

Int32
Remarks
Establishes the valid range of indices passed to various access functions: [0 ... this value - 1]
See Also