ProfileOverride Class

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.292
Syntax
public sealed class ProfileOverride : GraphOverride

The ProfileOverride type exposes the following members.

Properties
 NameDescription
Public propertyDraw Gets or sets whether this entity will be drawn in the graph.
(Inherited from GraphOverride)
Public propertyOverrideStyleId Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleId)
Public propertyOverrideStyleName Sets the override style of the entity.
(Overrides GraphOverrideOverrideStyleName)
Public propertyProfileId Gets the object id of the profile.
Public propertyProfileName Gets the name of the profile.
Public propertyUseOverrideStyle Gets or sets whether to override style for the display of the entity.
(Inherited from GraphOverride)
Top
Methods
 NameDescription
Public methodGetLabelGroupIdsObsolete.
Gets the ObjectIdCollection of the Profile's label group.
Public methodGetProfileLabelGroupIds Gets the ObjectIdCollection of the Profile's label group.
Top
Remarks
Each ProfileOverride object represents an individual profile in a profile view.
See Also