FabricationPartIsBoughtOut Property |
True if the fabrication part is bought out.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsBoughtOut { get; }
Public ReadOnly Property IsBoughtOut As Boolean
Get
public:
property bool IsBoughtOut {
bool get ();
}
member IsBoughtOut : bool with get
Property Value
Boolean
See Also