Gets a SurfaceAnalysis object that exposes the surface analysis properties for the Surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceAnalysis Analysis { get; }
Public ReadOnly Property Analysis As SurfaceAnalysis
Get
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