Point Class

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.292
Syntax
public sealed class Point : [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>], 
	IPoint

The Point type exposes the following members.

Properties
 NameDescription
Public propertyCodes Gets the collection of codes associated with this point.
Public propertyElevation 
Public propertyIndex 
Public propertyIsHidden Gets or sets the boolean value that specifies if the Point will be drawn.
Public propertyIsLoopPoint Gets or sets the Point as a loop point for subsequent subassemblies to attach to.
Public propertyOffset 
Public propertyStation 
Top
Methods
 NameDescription
Public methodGetXYZ Gets the XYZ world coordinates from the soe cordinates
Top
See Also