SchematicCreateBasicSettingsAddIn.NameEvents.NameEvents C# (CSharp) 메소드

NameEvents() 공개 메소드

public NameEvents ( bool blnNewDataset, string strDatasetName, string strTemplateName, bool blnUseVertices ) : System
blnNewDataset bool
strDatasetName string
strTemplateName string
blnUseVertices bool
리턴 System
        public NameEvents(bool blnNewDataset, string strDatasetName, string strTemplateName, bool blnUseVertices)
        {
            this.blnNewDataset = blnNewDataset;
            this.strDatasetName = strDatasetName;
            this.strTemplateName = strTemplateName;
            this.blnUseVertices = blnUseVertices;
        }
NameEvents