IfcDoc.DocumentationISO.ContentRef.ContentRef C# (CSharp) 메소드

ContentRef() 공개 메소드

public ContentRef ( string caption, DocObject page ) : System
caption string
page DocObject
리턴 System
            public ContentRef(string caption, DocObject page)
            {
                this.Caption = caption;
                this.Page = page;
            }
DocumentationISO.ContentRef