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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SurfaceAnalysis Analysis { get; }
Visual Basic
Public ReadOnly Property Analysis As SurfaceAnalysis
	Get
Visual C++
public:
property SurfaceAnalysis^ Analysis {
	SurfaceAnalysis^ get ();
}

Return Value

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