SchematicCreateBasicSettingsAddIn.NameEvents.NameEvents C# (CSharp) Method

NameEvents() public method

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