Share

Form.ProfileCurveLoopCount Property

The number of curve loops in certain profile, specified by profile index.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public int this[
	int index
] { get; }

Parameters

index  Int32
Index to specify the profile, should be within 0 and (ProfileCount - 1).

Property Value

Int32

See Also

Reference

Was this information helpful?