RVTDocs.com

SpanDirectionSymbol.GetDefaultPlacementPoint

Method
Description:
Gets the default placement point for the input element. The default position is in the middle of the bounding box of the top face.
Syntax
public static XYZ GetDefaultPlacementPoint(
	Document document,
	LinkElementId elemIdToTag
)
Parameters
Parameter Type Description
document Document The document.
elemIdToTag LinkElementId The ElementId of a Floor (either in the document or linked from another document).
Return Value
Type Description
XYZ Returns the default placement point for the input element. The default position is in the middle of the bounding box of the top face.
Exceptions
Exception Condition
ArgumentException The specified elemIdToTag should represent a Floor element.
ArgumentNullException A non-optional argument was null