Share

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.280

Syntax

C#

public class SampleLineVertex : [T:Autodesk.Civil.CivilWrapper<AeccDbSampleLine>]

VB

Public Class SampleLineVertex
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbSampleLine>]

C++

public ref class SampleLineVertex : public [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.

See Also

Reference

Was this information helpful?