Share

LabelStyleTickComponent.StyleTick Class

Tick style settings for label tick components.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleTick>]
    Autodesk.Civil.DatabaseServices.StylesLabelStyleTickComponentStyleTick


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

Syntax

C#

public sealed class StyleTick : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleTick>]

VB

Public NotInheritable Class StyleTick
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleTick>]

C++

public ref class StyleTick sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleTick>]

The LabelStyleTickComponentStyleTick type exposes the following members.

Properties

 NameDescription
Public propertyAlignWithObject Gets whether the tick insert at an angle relative the object.
Public propertyBlockHeight Gets the height to whick the tick block is scaled to fit.
Public propertyBlockName Gets the block to use for the tick component.
Public propertyColor Gets the color of the tick component.
Public propertyLinetype Gets the line type of the tick component.
Public propertyLineweight Gets the line weight of the tick component.
Public propertyRotationAngle Gets the angle for tick component.

See Also

Reference

Was this information helpful?