Sets the Autodesk::Revit::DB::ElementId^ of Load to associate.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This property is obsolete in Revit 2016. Use AssociatedLoadId property instead.")]
public bool associateWithLoad(
ElementId elementToAssociateId
) |
| Visual Basic |
|---|
<ObsoleteAttribute("This property is obsolete in Revit 2016. Use AssociatedLoadId property instead.")> _
Public Function associateWithLoad ( _
elementToAssociateId As ElementId _
) As Boolean |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property is obsolete in Revit 2016. Use AssociatedLoadId property instead.")]
public:
bool associateWithLoad(
ElementId^ elementToAssociateId
) |
Return Value
If the Autodesk::Revit::DB::ElementId^ was set returns true. Otherwise returns false.
Remarks
See Also