Shape Class

Roadway Shape object. Represents a series of roadway links which form a closed shape. Used in subassemblies.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]
    Autodesk.Civil.DatabaseServicesShape

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

The Shape type exposes the following members.

Properties
 NameDescription
Public propertyCodes Get the roadway codes of the shape.
Public propertyIndex Get the index of the shape.
Public propertyIsHidden Gets or sets the boolean value that specifies if the shape will be drawn.
Public propertyLinks Get the roadway links of the shape.
Top
Methods
 NameDescription
Public methodAddHole Add a hole into an existing shape. Links of the hole.
Top
See Also