WallType.Function Property

WallTypeFunction Property

The wall function.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public WallFunction Function { get; set; }
Public Property Function As WallFunction
	Get
	Set
public:
property WallFunction Function {
	WallFunction get ();
	void set (WallFunction value);
}
member Function : WallFunction with get, set

Property Value

WallFunction
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also