The TopographySurface element which this SiteSubRegion represents.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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 (); } |