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.292
Syntax
public struct 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.
Top
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