Share

Surface.Analysis 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.280

Syntax

C#

public SurfaceAnalysis Analysis { get; }

VB

Public ReadOnly Property Analysis As SurfaceAnalysis
	Get

C++

public:
property SurfaceAnalysis^ Analysis {
	SurfaceAnalysis^ 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

Reference

Was this information helpful?