C# Class BuildingCoder.JtNamedGuidStorage

Mostrar archivo Open project: jeremytammik/the_building_coder_samples Class Usage Examples

Public Methods

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.

Method Details

Get() public static method

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