SurfaceAnalysis Property

Gets a SurfaceAnalysis object that exposes the surface analysis properties for the Surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceAnalysis Analysis { get; }

Return Value

SurfaceAnalysis
A SurfaceAnalysis object that exposes surface analysis properties for the Surface.
Remarks
The SurfaceAnalysis class exposes analysis data for a surface, such as contour, direction, elevation, and slope data. It also exposes methods for setting analysis data and creating water drop analysis.
See Also