GeometryGym.Ifc.IfcURIReference.IfcURIReference C# (CSharp) Method

IfcURIReference() public method

public IfcURIReference ( string value ) : System
value string
return System
		public IfcURIReference(string value) { mValue = string.IsNullOrEmpty(value) ? "" : ParserIfc.Encode(value); }
		public override string ToString() { return "IFCURIREFERENCE('" + mValue + "')"; }