Share

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

Syntax

C#

public sealed class Shape : [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]

VB

Public NotInheritable Class Shape
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]

C++

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

Methods

 NameDescription
Public methodAddHole Add a hole into an existing shape. Links of the hole.

See Also

Reference

Was this information helpful?