WallBreaklineCreationData Structure

This structure specifies the information required to add wall breaklines to a surface.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Autodesk.Civil.DatabaseServicesWallBreaklineCreationData

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public struct WallBreaklineCreationData

The WallBreaklineCreationData type exposes the following members.

Fields
 NameDescription
Public fieldElevation Specifies the elevation for all vertices.
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 fieldSourceId The ObjectId of the entity to create the breakline from.
Top
Remarks
This structure specifies a single elevation for all vertices, whereas WallBreaklineCreationEx specifies elevations for each vertex. This structure is passed to the AddWallBreaklines() method.
See Also