Share

WallBreaklineCreationDataEx Structure

This structure specifies the information required to add wall breaklines to a surface.

Inheritance Hierarchy

SystemObject
  SystemValueType
    Autodesk.Civil.DatabaseServicesWallBreaklineCreationDataEx


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public struct WallBreaklineCreationDataEx

VB

Public Structure WallBreaklineCreationDataEx

C++

public value class WallBreaklineCreationDataEx

The WallBreaklineCreationDataEx type exposes the following members.

Fields

 NameDescription
Public fieldElevationsAn array of elevation values for each vertex.
Public fieldIsRightSideOffset Specifies the surface offset side. If the value is true, then the surface on the right side of the breakline is offset by the corresponding elevation in the elevations array. If the value is false, then the surface on the left side is offset. "Left" and "right" are the directions as you walk the breakline from the start to the end.
Public fieldSourceIdThe ObjectId of the entity to create the breakline from.

Remarks

This structure specifies elevations for each vertex, whereas WallBreaklineCreation specifies a single elevation for all vertices. This structure is passed to the AddWallBreaklines() method.

See Also

Reference

Was this information helpful?