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 abstract BandStyleType BandType { get; }
Visual Basic
Public MustOverride ReadOnly Property BandType As BandStyleType
	Get
Visual C++
public:
virtual property BandStyleType BandType {
	BandStyleType get () abstract;
}

See Also