Revit 2025.3 API
Topography |
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static bool IsValidRegion( IList<XYZ> points )
Public Shared Function IsValidRegion ( points As IList(Of XYZ) ) As Boolean
public: static bool IsValidRegion( IList<XYZ^>^ points )
static member IsValidRegion : points : IList<XYZ> -> bool
Parameters
- points IListXYZ
Return Value
BooleanSee Also