Gets or sets the method that will be used to define and draw the dimensions of the pipe centerline.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public PipeCenterlineType CenterlineOptions { get; set; }
VB
Public Property CenterlineOptions As PipeCenterlineType Get Set
C++
public: property PipeCenterlineType CenterlineOptions { PipeCenterlineType get (); void set (PipeCenterlineType value); }