BuildingCoder.YBExporteContext.YBExporteContext C# (CSharp) 메소드

YBExporteContext() 공개 메소드

public YBExporteContext ( Document document, View activeView ) : System
document Document
activeView View
리턴 System
        public YBExporteContext(
            Document document,
            View activeView)
        {
            this._host_document = document;
              this._2D_views_that_can_display_elements
            = YbUtil.FindAllViewsThatCanDisplayElements(
              document );
        }