WallSizeOptions Property

Gets or sets the PipeDisplayOptions value that specifies whether pipe wall size is drawn in absolute units, to drawing scale, or as a percentage of the screen size.

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

Syntax

C#

public PipeUserDefinedType WallSizeOptions { get; set; }

Visual Basic

Public Property WallSizeOptions As PipeUserDefinedType
	Get
	Set

Visual C++

public:
property PipeUserDefinedType WallSizeOptions {
	PipeUserDefinedType get ();
	void set (PipeUserDefinedType value);
}

See Also