<Code Lib>
2027 Method
Changes 0
M

LightFamily.GetLightFamily

Description:
Creates a light family object from the given family document

public static LightFamily GetLightFamily(
	Document document
)

Return Value LightFamily The newly created LightFamily object

  • The Document is the argument that is being validated The document is not valid because it is not a light family document.
  • A non-optional argument was null

Loading…