Share

SectionViewBandSetItem.BandStyleId Property

Gets the style ObjectId for the band.



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

Syntax

C#

public override ObjectId BandStyleId { set; }

VB

Public Overrides WriteOnly Property BandStyleId As ObjectId
	Set

C++

public:
virtual property ObjectId BandStyleId {
	void set (ObjectId value) override;
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?