LandingType Property


The type for all landings in the stair element.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2013

Syntax

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

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentException When setting this property: The specified landingTypeId is not a valid landing type.
Autodesk.Revit.Exceptions ArgumentNullException When setting this property: A non-optional argument was null

See Also