Gets whether the tick insert at an angle relative the object.

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

Syntax

C#
public PropertyBoolean AlignWithObject { get; }
Visual Basic
Public ReadOnly Property AlignWithObject As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ AlignWithObject {
	PropertyBoolean^ get ();
}

See Also