Share

PipeStyle.ProfileOption Property

Gets the object that defines the appearance of the pipe in a profile view.



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

Syntax

C#

public PipeStyleProfileOption ProfileOption { get; }

VB

Public ReadOnly Property ProfileOption As PipeStyleProfileOption
	Get

C++

public:
property PipeStyleProfileOption^ ProfileOption {
	PipeStyleProfileOption^ get ();
}

Property Value

PipeStyleProfileOption

See Also

Reference

Was this information helpful?