Share

TopographySurface.GetInteriorPoints Method

Gets all of the points that are not boundary points for the topography surface.


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IList<XYZ> GetInteriorPoints()

Return Value

IList<XYZ>
The collection of interior points.

Remarks

This applies to TopographySurface, SiteSubRegion, and the topography surface associated with a BuildingPad element. For a SiteSubRegion, this returns the points inherited from the host TopographySurface. For the topography surface associated with a BuildingPad element, this returns an empty collection.

See Also

Reference

Was this information helpful?