Document.LoadFamilySymbol(String, String)
Method
Description:
Loads only a specified family type/symbol from a family file into the document.
Loads only a specified family type/symbol from a family file into the document.
Remarks:
This function supports loading of types/symbols stored in the family, or those available in the family Type Catalog file.
This function supports loading of types/symbols stored in the family, or those available in the family Type Catalog file.
Parameters
| Parameter | Type | Description |
|---|---|---|
| filename | String | The fully qualified filename of the Family file, usually ending in .rfa. |
| name | String | The name of the type/symbol to be loaded, such as "W11x14". |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the family type/symbol was loaded successfully into the project, otherwise False. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when filename or name isor empty. |