FieldDomainPointsByUV(IListUV) Constructor |
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic FieldDomainPointsByUV(
IList<UV> points
)
Public Sub New (
points As IList(Of UV)
)
public:
FieldDomainPointsByUV(
IList<UV^>^ points
)
new :
points : IList<UV> -> FieldDomainPointsByUV
Parameters
- points IListUV
-
See Also