<Code Lib>
2020 Method
Changes 0
M

IndependentTag.Create(Document, ElementId, ElementId, Reference, Boolean, TagOrientation, XYZ)

Description:
Places a tag on an element or subelement.
Overloads (2):
Create(Document,ElementId,ElementId,Reference,Boolean,TagOrientation,XYZ)

public static IndependentTag Create(
	Document document,
	ElementId symId,
	ElementId ownerDBViewId,
	Reference referenceToTag,
	bool addLeader,
	TagOrientation tagOrientation,
	XYZ pnt
)

Return Value IndependentTag If successful the new tag is returned.

Loading…