<Code Lib>
2027 Method
Changes 0
M

ReferenceableViewUtils.GetReferencedViewId

Description:
Gets the id of the view referenced by a reference view (such as a reference section or reference callout).

public static ElementId GetReferencedViewId(
	Document document,
	ElementId referenceId
)

  • document
    The document containing the elements.
  • referenceId
    The reference view that will be changed to refer to a different View.
Return Value ElementId The id of the referenced view.

Loading…