Share

ProfileViewBandSet Class

This class represents the band collection in a ProfileView.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesGraphBandSet
    Autodesk.Civil.DatabaseServicesProfileViewBandSet


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

Syntax

C#

public sealed class ProfileViewBandSet : GraphBandSet

VB

Public NotInheritable Class ProfileViewBandSet
	Inherits GraphBandSet

C++

public ref class ProfileViewBandSet sealed : public GraphBandSet

The ProfileViewBandSet type exposes the following members.

Properties

 NameDescription
Public propertyMatchIncrementToGridIntervals Specifies if the data band major/minor interval distances for graph matches the graph style’s major/minor grid spacing intervals.
(Inherited from GraphBandSet)

Methods

 NameDescription
Public methodGetBottomBandItems Gets the bottom band items collection from the ProfileView.
Public methodGetTopBandItems Gets the top band items collection from the ProfileView.
Public methodImportBandSetStyle Import an existing band set style to the current graph.
(Inherited from GraphBandSet)
Public methodSaveAsBandSetStyle Saves the current band set data as a band set style.
(Inherited from GraphBandSet)
Public methodSetBottomBandItems Sets the bottom band items to the ProfileView.
Public methodSetTopBandItems Sets the top band items to the ProfileView.

See Also

Reference

Was this information helpful?