<Code Lib>
2027 Property
Changes 0
P

CompoundStructure.LayerCount

Description:
Returns the number of layers contained in this CompoundStructure.
Remarks:
Establishes the valid range of indices passed to various access functions: [0 ... this value - 1]

public int LayerCount { get; }

Loading…