Revit 2022 API |
SiteSubRegion..::..TopographySurface Property |
SiteSubRegion Class See Also |
The TopographySurface element which this SiteSubRegion represents.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2014
Syntax
C# |
---|
public TopographySurface TopographySurface { get; } |
Visual Basic |
---|
Public ReadOnly Property TopographySurface As TopographySurface Get |
Visual C++ |
---|
public: property TopographySurface^ TopographySurface { TopographySurface^ get (); } |