LoadFamily
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| LoadFamily(String) | bool | Loads an entire family and all its types/symbols into the document. (Inherited from Document .) | Document |
| LoadFamily(Document) | Family | Loads the contents of this family document into another document. (Inherited from Document .) | Document |
| LoadFamily(String, Family.) | bool | Loads an entire family and all its types/symbols into the document and provides a reference to the loaded family. (Inherited from Document .) | Document |
| LoadFamily(Document, IFamilyLoadOptions) | Family | Loads the contents of this family document into another document. (Inherited from Document .) | Document |
| LoadFamily(String, IFamilyLoadOptions, Family.) | bool | Loads an entire family and all its types/symbols into the document and provides a reference to the loaded family. (Inherited from Document .) | Document |
No comments yet. Start the discussion.
Loading…