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

IfcInteger() public method

public IfcInteger ( int value ) : System
value int
return System
		public IfcInteger(int value) { mValue = value; }
		public override string ToString() { return "IFCINTEGER(" + mValue.ToString() + ")"; }