GridNodeLocation Enumeration |
Location of a grid node relative to the face boundary.
See
DividedSurface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum GridNodeLocation
Public Enumeration GridNodeLocation
public enum class GridNodeLocation
MembersMember name | Value | Description |
---|
Interior | 0 | |
Boundary | 1 | |
Exterior | 2 | |
See Also