This class encapsulates a Triangle Irregular Network (TIN) surface.

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

Syntax

C#
public sealed class TinSurface : Surface, 
	ITinSurface, ITerrainSurface
Visual Basic
Public NotInheritable Class TinSurface _
	Inherits Surface _
	Implements ITinSurface, ITerrainSurface
Visual C++
public ref class TinSurface sealed : public Surface, 
	ITinSurface, ITerrainSurface

Remarks

A TIN surface is formed by triangulating an arbitrary set of points.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices..::..Entity
                    Autodesk.Civil.DatabaseServices..::..Surface
                      Autodesk.Civil.DatabaseServices..::..TinSurface

See Also