IfcDoc.DocumentationISO.ContentRef.ContentRef C# (CSharp) Method

ContentRef() public method

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