Share

Reference.UVPoint Property

The UV parameters of the reference, if the reference contains a face.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public UV UVPoint { get; }

Property Value

UV

Remarks

This value is valid only for references of type REFERENCE_TYPE_SURFACE. It is null for all other types.

See Also

Reference

Was this information helpful?