CenterlineWidthOptions Property

Gets or sets the center line width option.

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

Syntax

C#

public PipeCenterlineWidthType CenterlineWidthOptions { get; set; }

Visual Basic

Public Property CenterlineWidthOptions As PipeCenterlineWidthType
	Get
	Set

Visual C++

public:
property PipeCenterlineWidthType CenterlineWidthOptions {
	PipeCenterlineWidthType get ();
	void set (PipeCenterlineWidthType value);
}

See Also