Share

PipeNetworkBandStyle.StructureTickStyle Property

Gets the band profile data structure tick style.



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

Syntax

C#

public BandTickStyle StructureTickStyle { get; }

VB

Public ReadOnly Property StructureTickStyle As BandTickStyle
	Get

C++

public:
property BandTickStyle^ StructureTickStyle {
	BandTickStyle^ get ();
}

Property Value

BandTickStyle

See Also

Reference

Was this information helpful?