SurfaceAnalysis Class

The SurfaceAnalysis class. This class encapsulates surface analysis data, and is accessed from the Surface.Analysis property.

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

Syntax

C#

public sealed class SurfaceAnalysis : IDisposable

Visual Basic

Public NotInheritable Class SurfaceAnalysis _
	Implements IDisposable

Visual C++

public ref class SurfaceAnalysis sealed : IDisposable

Inheritance Hierarchy

System.Object
  Autodesk.Civil.DatabaseServices.SurfaceAnalysis

See Also