Revit 2024 API |
CurveUV..::..IsBound Property |
CurveUV Class See Also |
Describes whether the parameter of the curve is restricted to a particular interval.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2021
Syntax
C# |
---|
public bool IsBound { get; } |
Visual Basic |
---|
Public ReadOnly Property IsBound As Boolean Get |
Visual C++ |
---|
public: property bool IsBound { bool get (); } |