Object used to change the style or label set for a pipe.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraph>]
Autodesk.Civil.DatabaseServicesGraphOverride
Autodesk.Civil.DatabaseServicesPipeOverride
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class PipeOverride : GraphOverride
VB
Public NotInheritable Class PipeOverride Inherits GraphOverride
C++
public ref class PipeOverride sealed : public GraphOverride
The PipeOverride type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Draw |
Gets or sets whether this entity will be drawn in the graph.
(Overrides GraphOverrideDraw) |
![]() | OverrideStyleId |
Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleId) |
![]() | OverrideStyleName |
Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleName) |
![]() | PipeId | Gets the object id of the ProfileViewPart of pipe. |
![]() | PipeName | Gets the name of the pipe. |
![]() | UseOverrideStyle |
Gets or sets whether to override style for the display of the entity.
(Inherited from GraphOverride) |