IfcDoc.Schema.SRecord.Delete C# (CSharp) Method

Delete() public method

public Delete ( ) : void
return void
        public virtual void Delete()
        {
            this.m_localID = -1; // debug value indicated object was deleted
        }