IfcDoc.CtlProperties.toolStripButtonReqExportMandatory_Click C# (CSharp) Method

toolStripButtonReqExportMandatory_Click() private method

private toolStripButtonReqExportMandatory_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void toolStripButtonReqExportMandatory_Click(object sender, EventArgs e)
        {
            this.ApplyExchangeRequirement(this.toolStripButtonReqExportMandatory, DocExchangeApplicabilityEnum.Export, DocExchangeRequirementEnum.Mandatory);
        }
CtlProperties