SampleLineVertex Class

Represents an SampleLineVertex object. An SampleLineVertex is a vertext point of an sample line.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbSampleLine>]
    Autodesk.Civil.DatabaseServicesSampleLineVertex

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SampleLineVertex : [T:Autodesk.Civil.CivilWrapper<AeccDbSampleLine>]

The SampleLineVertex type exposes the following members.

Properties
 NameDescription
Public propertyLocation Gets or sets the location of the vertex point.
Public propertyOffsetIndex Gets the offset index of the vertex relative to the center point.
Public propertySide Gets the side of the vertex relative to the parent alignment.
Top
See Also