'Declaration Public Overloads Function Append( _ ByVal anchoredObject As AnchoredObject, _ Optional ByVal addCopy As System.Boolean _ ) As AnchoredObject
public AnchoredObject Append( AnchoredObject anchoredObject, System.bool addCopy )
Parameters
- anchoredObject
- The anchored object to add or copy.
- addCopy
- If true, a copy of the anchoredObject will be created and added. Otherwise, the passed object itself will be added.
Return Value
The appended anchored object.