Share

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

 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 

Methods

 NameDescription
Public methodGetXYZ Gets the XYZ world coordinates from the soe cordinates

See Also

Reference

Was this information helpful?