Share

PipeStylePlanOption.CenterlineWidthOptions Property

Gets or sets the center line width option.



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

Syntax

C#

public PipeCenterlineWidthType CenterlineWidthOptions { get; set; }

VB

Public Property CenterlineWidthOptions As PipeCenterlineWidthType
	Get
	Set

C++

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

Property Value

PipeCenterlineWidthType

See Also

Reference

Was this information helpful?