C# 클래스 BuildingCoder.JtNamedGuidStorage

파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples 1 사용 예제들

공개 메소드들

메소드 설명
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