Share

FaceIndexArgument.Index Property

The 1-based index of a face in the collection of faces on a feature.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.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

Was this information helpful?