<Code Lib>
M

Alignment.Get(Document, Guid)

Description:
Returns an in the document given its GUID.
Overloads (2):
Get(Document,Guid)
Get(Element)

public static Alignment Get(
	Document document,
	Guid guid
)

  • document
    The document for which the alignment is returned.
  • Guid
    guid
    The unique identifier of the Alignment.
Return Value Alignment

Loading…