Share

SurfaceElevationStyle.DataBandingMode Property

Gets or sets the data banding mode of surfacestyle.



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

Syntax

C#

public DataBandingType DataBandingMode { get; set; }

VB

Public Property DataBandingMode As DataBandingType
	Get
	Set

C++

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

Property Value

DataBandingType

See Also

Reference

Was this information helpful?