RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Face

Face.Period

Property
Description:
The period of the underlying surface in the specified parametric direction.
Syntax
public double this[
	int paramIdx
] { get; }
Parameters
Parameter Type Description
paramIdx Int32 Use 0 for U coordinates and 1 for V coordinates.
Return Value
Type Description
Double The real number equal to the period of the underlying surface.
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when an incorrect coordinate dimension is supplied.
InvalidOperationException Thrown when this face is not cyclic in the specified direction.