FormProfileCurveLoopCount Property |
The number of curve loops in certain profile, specified by profile index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic int this[
int index
] { get; }
Public ReadOnly Property ProfileCurveLoopCount (
index As Integer
) As Integer
Get
public:
property int ProfileCurveLoopCount[int index] {
int get (int index);
}
member ProfileCurveLoopCount : int with get
Parameters
- index Int32
- Index to specify the profile, should be within 0 and (ProfileCount - 1).
Property Value
Int32
See Also