CenterlineOptions Property

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

Syntax

C#

public PipeCenterlineType CenterlineOptions { get; set; }

Visual Basic

Public Property CenterlineOptions As PipeCenterlineType
	Get
	Set

Visual C++

public:
property PipeCenterlineType CenterlineOptions {
	PipeCenterlineType get ();
	void set (PipeCenterlineType value);
}

See Also