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

IfcLabel() public méthode

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