The period of the underlying surface in the specified parametric direction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- paramIdx
- Type: SystemInt32
Use 0 for U coordinates and 1 for V coordinates.
Return Value
The real number equal to the period of the underlying surface.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentOutOfRangeException | Thrown when an incorrect coordinate dimension is supplied. |
Autodesk.Revit.ExceptionsInvalidOperationException | Thrown when this face is not cyclic in the specified direction. |