Object used to change the style or label set for a profile.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbGraph>]
Autodesk.Civil.DatabaseServicesGraphOverride
Autodesk.Civil.DatabaseServicesProfileOverride
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class ProfileOverride : GraphOverride
VB
Public NotInheritable Class ProfileOverride Inherits GraphOverride
C++
public ref class ProfileOverride sealed : public GraphOverride
The ProfileOverride type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Draw |
Gets or sets whether this entity will be drawn in the graph.
(Inherited from GraphOverride) | |
| OverrideStyleId |
Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleId) | |
| OverrideStyleName |
Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleName) | |
| ProfileId | Gets the object id of the profile. | |
| ProfileName | Gets the name of the profile. | |
| UseOverrideStyle |
Gets or sets whether to override style for the display of the entity.
(Inherited from GraphOverride) |
Methods
| Name | Description | |
|---|---|---|
| GetLabelGroupIds | Obsolete. Gets the ObjectIdCollection of the Profile's label group. | |
| GetProfileLabelGroupIds | Gets the ObjectIdCollection of the Profile's label group. |
