<Code Lib>
M

Alignment.Get(Document, Guid)

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

public static Alignment Get(
	Document document,
	Guid guid
)

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

Loading…