Share

PipeStylePlanOption.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.8.0.280

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);
}

Property Value

PipeCenterlineType

See Also

Reference

Was this information helpful?