Method | Description | |
---|---|---|
Get ( Document doc, string name, System.Guid &guid, bool create = true ) : bool |
Retrieve an existing named Guid in the specified Revit document or optionally create and return a new one if it does not yet exist.
|
public static Get ( Document doc, string name, System.Guid &guid, bool create = true ) : bool | ||
doc | Document | |
name | string | |
guid | System.Guid | |
create | bool | |
return | bool |