Method | Description | |
---|---|---|
GetOrCreateDef ( string name, Document revitDoc ) : ElementId |
Get existed or create a new shared parameters with the given name and Revit DB Document.
|
|
GetOrCreateDef ( string name, Application revitApp ) : ExternalDefinition |
Get existed or create a new shared parameters with the given name and Revit DB Application.
|
|
GetOrCreateDef ( string name, string groupName, Application revitApp ) : ExternalDefinition |
Get existed or create a new shared parameters with the given name, group and Revit DB Application.
|
|
GetSharedParameterFile ( Application revitApp ) : DefinitionFile |
Get shared parameter DefinitionFile of given Revit DB Application.
|
public static GetOrCreateDef ( string name, Document revitDoc ) : ElementId | ||
name | string | Shared parameter name |
revitDoc | Document | Revit DB Document |
return | ElementId |
public static GetOrCreateDef ( string name, Application revitApp ) : ExternalDefinition | ||
name | string | Shared parameter name |
revitApp | Application | Revit DB Application |
return | ExternalDefinition |
public static GetOrCreateDef ( string name, string groupName, Application revitApp ) : ExternalDefinition | ||
name | string | Shared parameter name |
groupName | string | Shared parameter group name |
revitApp | Application | Revit DB Application |
return | ExternalDefinition |
public static GetSharedParameterFile ( Application revitApp ) : DefinitionFile | ||
revitApp | Application | Revit DB Application |
return | DefinitionFile |