ReleaseConditions.Mz Property

ReleaseConditionsMz Property

Gets or Sets the Mz of the release type.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool Mz { get; set; }
Public Property Mz As Boolean
	Get
	Set
public:
property bool Mz {
	bool get ();
	void set (bool value);
}
member Mz : bool with get, set

Property Value

Boolean
See Also