LoadComponentLoadCaseOrCombinationId Property |
Load case or combination id.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ElementId LoadCaseOrCombinationId { get; set; }
Public Property LoadCaseOrCombinationId As ElementId
Get
Set
public:
property ElementId^ LoadCaseOrCombinationId {
ElementId^ get ();
void set (ElementId^ value);
}
member LoadCaseOrCombinationId : ElementId with get, set
Property Value
ElementId
Exceptions
See Also