OriginTickMarkId Property
Specifies the id of the tick mark element to use for the dimension origin.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:  2017 Subscription Update

Syntax

C#
public ElementId OriginTickMarkId { get; set; }
Visual Basic
Public Property OriginTickMarkId As ElementId
	Get
	Set
Visual C++
public:
property ElementId^ OriginTickMarkId {
	ElementId^ get ();
	void set (ElementId^ value);
}

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentNullException When setting this property: A non-optional argument was NULL

See Also