The step id of the handle. Valid only for import.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2014

Syntax

C#
public int StepId { get; }
Visual Basic
Public ReadOnly Property StepId As Integer
	Get
Visual C++
public:
property int StepId {
	int get ();
}

See Also