M

AnalyticalModel.ManuallyAdjust

Description:
Perform Manual Analytical Adjustment on analytical model, with respect to another Element
Remarks:
Success is achieved when the Source adjusts itself against the Target. Additionally, this requires an open transaction on the current document. Model regeneration is required after the operation.
public bool ManuallyAdjust(
	Reference source,
	Reference target
)
Return Value bool Indicates the successful completion of the Manual Analytical Adjustment operation. True if source Element was adjusted successfully, false otherwise.