TinSurfaceObject Class

The base class for TinSurface data objects, such as TinSurfaceVertex and TinSurfaceTriangle.
Inheritance Hierarchy

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class TinSurfaceObject : IDisposable

The TinSurfaceObject type exposes the following members.

Properties
 NameDescription
Public propertyIsValid Gets whether the object is valid.
Public propertySurface Gets the parent Surface to which the object belongs.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the TinSurfaceObject
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Top
See Also