ProductInstallType Property
The product install type of the fabrication part.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:  2017

Syntax

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

See Also