Share

PipeStyleOptionBase.EndSizeOptions Property

Gets or sets the PipeDisplayOptions value that specifies whether pipe end 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.8.0.280

Syntax

C#

public PipeUserDefinedType EndSizeOptions { get; set; }

VB

Public Property EndSizeOptions As PipeUserDefinedType
	Get
	Set

C++

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

Property Value

PipeUserDefinedType

See Also

Reference

Was this information helpful?