ICommonLabelSetReferenceTextTarget Method

Makes the reference text component refer to other civil object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
void SetReferenceTextTarget(
	ObjectId referenceTextComponentId,
	ObjectId referenceObjectId
)

Parameters

referenceTextComponentId  ObjectId
The ObjectId of the reference text component.
referenceObjectId  ObjectId
The ObjectId of a Civil Object which will be referenced by text component.
Exceptions
ExceptionCondition
ArgumentException Throw when:
  1. The referenceTextComponentId is not the objectId of the text component used by current label.
  2. The reference object is not null and does not match with the text component.
See Also