Gets the BandStyleType enum value that specifies the type of data band data.

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

Syntax

C#
public override BandStyleType BandType { get; }
Visual Basic
Public Overrides ReadOnly Property BandType As BandStyleType
	Get
Visual C++
public:
virtual property BandStyleType BandType {
	BandStyleType get () override;
}

See Also