DataBandingMode Property

Gets or sets the data banding mode of surfacestyle.

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

Syntax

C#

public DataBandingType DataBandingMode { get; set; }

Visual Basic

Public Property DataBandingMode As DataBandingType
	Get
	Set

Visual C++

public:
property DataBandingType DataBandingMode {
	DataBandingType get ();
	void set (DataBandingType value);
}

See Also