The 1-based index of a face in the collection of occurrences in a pattern.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public ReadOnly Property Index As Nullable(Of Integer)
Get
C#
public Nullable<int> Index { get; }
Property Value
Type:
Nullable(
Int32)
See Also
Reference