CogOCVMaxRunParams MethodsCognex VisionPro 9.8 SR1

The CogOCVMaxRunParams type exposes the following members.

Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose 
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object Finalize .)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetCharacterCount(CogOCVMaxLineIterator)
Gets the number of characters in the specified line of the specified paragraph of this object's internal arrangement description.
Public methodGetCharacterCount(Int32, Int32)
Gets the number of characters in the specified line of the specified paragraph of this object's internal arrangement description.
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetConfidenceThreshold(Int32)
Gets the confidence threshold for the specified paragraph.
Public methodGetConfidenceThreshold(CogOCVMaxParagraphIterator)
Gets the confidence threshold for the specified paragraph.
Public methodGetConfusionThreshold(Int32)
Gets the confusion threshold for the specified paragraph.
Public methodGetConfusionThreshold(CogOCVMaxParagraphIterator)
Gets the confusion threshold for the specified paragraph.
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKeysetCharacterKeys(CogOCVMaxCharacterIterator)
Gets an array of integers that correspond to the key set for the specified character position within the specified line within the specified paragraph. Each element of this array is the key value of a character that may occur at this position.
Public methodGetKeysetCharacterKeys(Int32, Int32, Int32)
Gets an array of integers that correspond to the key set for the specified character position within the specified line within the specified paragraph. Each element of this array is the key value of a character that may occur at this position.
Public methodGetKeysetCharacters(CogOCVMaxCharacterIterator)
Gets a string that corresponds to the key set for the specified character position within the specified line within the specified paragraph. Each individual character in this string may occur at this position.
Public methodGetKeysetCharacters(Int32, Int32, Int32)
Gets a string that corresponds to the key set for the specified character position within the specified line within the specified paragraph. Each individual character in this string may occur at this position.
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetLineCount(Int32)
Gets the number of lines in the specified paragraph of this object's internal arrangement description.
Public methodGetLineCount(CogOCVMaxParagraphIterator)
Gets the number of lines in the specified paragraph of this object's internal arrangement description.
Protected methodGetObjectData (Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).)
Public methodGetParagraphCount
Gets the number of paragraphs described by this run parameters object.
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVerificationType(CogOCVMaxCharacterIterator)
Gets the type of verification to be performed on the specified character position.
Public methodGetVerificationType(Int32, Int32, Int32)
Gets the type of verification to be performed on the specified character position.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnChanged(Int64)
This method should be called internally whenever the object's state may have changed.
(Inherited from CogSerializableChangedEventBase.)
Protected methodOnChanged(CogChangedEventArgs)
This method may be called internally whenever a derived object's state may have changed and the derived object expresses this change via a derived CogChangedEventArgs class.
(Inherited from CogSerializableChangedEventBase.)
Public methodResumeAndRaiseChangedEvent
Re-enables raising of the Changed event after SuspendChangedEvent has been called, and raises the Changed event if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.
(Inherited from CogSerializableChangedEventBase.)
Public methodSetArrangementFromPattern
Copies the arrangement from the specified pattern into this run parameters object.
Public methodSetConfidenceThreshold(Int32, Double)
Sets the confidence threshold for the specified paragraph.
Public methodSetConfidenceThreshold(CogOCVMaxParagraphIterator, Double)
Sets the confidence threshold for the specified paragraph.
Public methodSetConfusionThreshold(Int32, Double)
Sets the confusion threshold for the specified paragraph.
Public methodSetConfusionThreshold(CogOCVMaxParagraphIterator, Double)
Sets the confusion threshold for the specified paragraph.
Public methodSetKeyset(CogOCVMaxCharacterIterator,  Int32 )
Sets the key set for the specified character position within the specified line within the specified paragraph.
Public methodSetKeyset(CogOCVMaxCharacterIterator, String)
Sets the key set for the specified character position within the specified line within the specified paragraph.
Public methodSetKeyset(Int32, Int32, Int32,  Int32 )
Sets the key set for the specified character position within the specified line within the specified paragraph.
Public methodSetKeyset(Int32, Int32, Int32, String)
Sets the key set for the specified character position within the specified line within the specified paragraph.
Public methodSetVerificationType(CogOCVMaxCharacterIterator, CogOCVMaxVerificationTypeConstants)
Sets the type of verification to be performed on the specified character position.
Public methodSetVerificationType(Int32, Int32, Int32, CogOCVMaxVerificationTypeConstants)
Sets the type of verification to be performed on the specified character position.
Public methodSuspendChangedEvent
Temporarily suspends the raising of the Changed event. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.
(Inherited from CogSerializableChangedEventBase.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also