GeometryGym.Ifc.IfcDuration.IfcDuration C# (CSharp) 메소드

IfcDuration() 공개 메소드

public IfcDuration ( ) : System
리턴 System
		public IfcDuration() { }
		public static string Convert(IfcDuration d) { return (d == null ? "$" : d.ToString()); }