Sets the Autodesk::Revit::DB::ElementId^ of Load to associate.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Syntax
C# |
---|
public bool associateWithLoad(
ElementId elementToAssociateId
) |
Visual Basic |
---|
Public Function associateWithLoad ( _
elementToAssociateId As ElementId _
) As Boolean |
Visual C++ |
---|
public:
bool associateWithLoad(
ElementId^ elementToAssociateId
) |
Return Value
If the Autodesk::Revit::DB::ElementId^ was set returns true. Otherwise returns false.
Remarks
See Also