<Code Lib>
2026 Method
Changes 0
M

SteelElementProperties.GetReference

Description:
This method will return the reference for the given fabrication id.

public static Reference GetReference(
	Document aDoc,
	Guid guid
)

  • aDoc
    Document in which to search for the reference.
  • Guid
    guid
    The fabrication id for which a reference is required.
Return Value Reference The reference to the element or subelement corresponding to the given id.

Loading…