IfcDoc.FormatTTL_Stream.URIObject.URIObject C# (CSharp) Method

URIObject() public method

public URIObject ( string URI, string ifcowlclass, string encodedvalue, string XSDtype ) : System
URI string
ifcowlclass string
encodedvalue string
XSDtype string
return System
            public URIObject(string URI, string ifcowlclass, string encodedvalue, string XSDtype)
            {
                this.URI = URI;
                this.ifcowlclass = ifcowlclass;
                this.encodedvalue = encodedvalue;
                this.XSDType = XSDtype;
            }
FormatTTL_Stream.URIObject