The period of the underlying surface in the specified parametric direction.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double this[
int paramIdx
] { get; }
Public ReadOnly Property Period (
paramIdx As Integer
) As Double
Get
public:
property double Period[int paramIdx] {
double get (int paramIdx);
}
member Period : float with get
Parameters
- paramIdx Int32
- Use 0 for U coordinates and 1 for V coordinates.
Return Value
DoubleThe real number equal to the period of the underlying surface.
Exceptions
See Also