Méthode | Description | |
---|---|---|
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
ExecuteWithoutRecursion ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result |
Non-recursively list all import instances in all families used in the current project document.
|
|
ListImportsAndSearchForMore ( int recursionLevel, Document doc, Family>.Dictionary |
List all import instances in all the given families. Retrieve nested families and recursively search in these as well.
|
Méthode | Description | |
---|---|---|
GetFamilies ( Document doc ) : Family>.Dictionary |
Retrieve all families used by the family instances and annotation symbols in the given document. Return a dictionary mapping the family name to the corresponding family object.
|
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
commandData | ExternalCommandData | |
message | string | |
elements | ElementSet | |
Résultat | System.Result |
public ExecuteWithoutRecursion ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
commandData | ExternalCommandData | |
message | string | |
elements | ElementSet | |
Résultat | System.Result |
public ListImportsAndSearchForMore ( int recursionLevel, Document doc, Family>.Dictionary |
||
recursionLevel | int | |
doc | Document | |
families | Family>.Dictionary | |
Résultat | void |