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

IfcIdentifier() public method

public IfcIdentifier ( string value ) : System
value string
return System
		public IfcIdentifier(string value) { mValue = ParserIfc.Encode( value); }
		public override string ToString() { return "IFCIDENTIFIER('" + mValue + "')"; }