Roadway Point object. Represents a single point within a subassembly.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]
Autodesk.Civil.DatabaseServicesPoint
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class Point : [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>], IPoint
VB
Public NotInheritable Class Point Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>] Implements IPoint
C++
public ref class Point sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>], IPoint
The Point type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Codes | Gets the collection of codes associated with this point. |
![]() | Elevation | |
![]() | Index | |
![]() | IsHidden | Gets or sets the boolean value that specifies if the Point will be drawn. |
![]() | IsLoopPoint | Gets or sets the Point as a loop point for subsequent subassemblies to attach to. |
![]() | Offset | |
![]() | Station |
Methods
Name | Description | |
---|---|---|
![]() | GetXYZ | Gets the XYZ world coordinates from the soe cordinates |