Share

TinSurfaceEdge Class

This class encapsulates a triangle edge in a TinSurface.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesTinSurfaceObject
    Autodesk.Civil.DatabaseServicesTinSurfaceEdge


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

Syntax

C#

public sealed class TinSurfaceEdge : TinSurfaceObject

VB

Public NotInheritable Class TinSurfaceEdge
	Inherits TinSurfaceObject

C++

public ref class TinSurfaceEdge sealed : public TinSurfaceObject

The TinSurfaceEdge type exposes the following members.

Properties

 NameDescription
Public propertyIsLocked Gets a boolean value that specifies whether the edge is locked.
Public propertyIsValid Gets whether the TinSurfaceEdge object is valid.
(Overrides TinSurfaceObjectIsValid)
Public propertySurface Gets the parent Surface to which the object belongs.
(Inherited from TinSurfaceObject)
Public propertyTriangle1 Gets one of the triangles that the edge belongs to.
Public propertyTriangle2 Gets the second triangles that the edge belongs to, if it belongs to two triangles.
Public propertyVertex1 Gets one end vertex for the edge.
Public propertyVertex2 Gets the other end vertex for the edge.

Methods

See Also

Reference

Was this information helpful?