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.7.0.1276
Syntax
C#
public PipeStyleProfileOption ProfileOption { get; }
VB
Public ReadOnly Property ProfileOption As PipeStyleProfileOption Get
C++
public: property PipeStyleProfileOption^ ProfileOption { PipeStyleProfileOption^ get (); }