Revit 2022.1 API |
LoadCombination..::..IsThirdPartyGenerated Property |
LoadCombination Class See Also |
Indicates if the load combination was created by API.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016
Syntax
C# |
---|
public bool IsThirdPartyGenerated { get; } |
Visual Basic |
---|
Public ReadOnly Property IsThirdPartyGenerated As Boolean Get |
Visual C++ |
---|
public: property bool IsThirdPartyGenerated { bool get (); } |