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

DataLookupAttribute() public method

public DataLookupAttribute ( ) : System
return System
        public DataLookupAttribute()
        {
            this.m_name = null;
        }

Same methods

DataLookupAttribute::DataLookupAttribute ( string name ) : System
DataLookupAttribute