IfcDoc.Schema.FILE_NAME.FILE_NAME C# (CSharp) Method

FILE_NAME() public method

public FILE_NAME ( ) : System
return System
        public FILE_NAME()
        {
            this.name = null;
            this.time_stamp = DateTime.UtcNow;
            this.author = new List<string>();
            this.organization = new List<string>();
            this.preprocessor_version = null;
            this.originating_system = null;
            this.authorization = null;
        }
FILE_NAME