GeometryGym.Ifc.IfcURIReference.IfcURIReference C# (CSharp) Méthode

IfcURIReference() public méthode

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