Share

LinkLoadContent.SetLinkDataPath Method

Sets the Link data path owned by this LinkLoadContent object.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public void SetLinkDataPath(
	ModelPath linkPath
)

Parameters

linkPath  ModelPath
The Links data path set for this LinkLoadContent object.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

This path must be a location accessible to Revit. Revit will attempt to load the link from this location.

See Also

Reference

Was this information helpful?