CogApplicationWizardSettings PropertiesCognex VisionPro 9.10

The CogApplicationWizardSettings type exposes the following members.

Properties

  NameDescription
Public propertyApplicationExecutableFullPath (Inherited from CogDesignerApplicationInfo.)
Public propertyApplicationName (Inherited from CogDesignerApplicationInfo.)
Public propertyApplicationOutputDirectory (Inherited from CogDesignerApplicationInfo.)
Public propertyApplicationTemplateDirectory (Inherited from CogDesignerApplicationInfo.)
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogChangedEventBase.)
Public propertyDefaultAdministratorPassword (Inherited from CogDesignerApplicationInfo.)
Public propertyDefaultSupervisorPassword (Inherited from CogDesignerApplicationInfo.)
Public propertyIsDirty (Inherited from CogDesignerApplicationInfo.)
Public propertyLocalizationStringsFilename (Inherited from CogDesignerApplicationInfo.)
Public propertyRunExecutable
Public propertySelectedConfigurationModeAccess (Inherited from CogDesignerApplicationInfo.)
Public propertySelectedSourceLanguage (Inherited from CogDesignerApplicationInfo.)
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogChangedEventBase.)
Public propertyTabs (Inherited from CogDesignerApplicationInfo.)
Public propertyUsePasswords (Inherited from CogDesignerApplicationInfo.)
Public propertyVppFilename (Inherited from CogDesignerApplicationInfo.)
Top
See Also