C# Класс BuildingCoder.JtNamedGuidStorage

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Get() публичный статический метод

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
Результат bool