IPolarizedShape InterfaceCognex VisionPro 9.20

Namespace: Cognex.Vision.Implementation.Internal
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public interface IPolarizedShape : IChangedEvent, 
	IObject

The IPolarizedShape type exposes the following members.

Methods

  NameDescription
Public methodGetSubFeatureEffectivePolarity
Public methodGetSubFeaturePolarity
Public methodResumeAndRaiseChangedEvent

Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent 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 IChangedEvent.)
Public methodSetSubFeaturePolarity
Public methodSuspendChangedEvent

Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.

(Inherited from IChangedEvent.)
Top
Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Inherited from IChangedEvent.)
Public propertyPolarity
Public propertyPolarityAdornment
Public propertyShapeBase
Public propertySubFeatureCount
Top
Events

  NameDescription
Public eventChanged

The actual event.

(Inherited from IChangedEvent.)
Top
See Also