PropertiesExtensions Class

Definition

Extension methods to allow string based access to properties.

public static class PropertiesExtensions
type PropertiesExtensions = class
Public Module PropertiesExtensions
Inheritance
PropertiesExtensions

Methods

GetProperty(Frame, String, String)

Gets the value of an advanced property by name.

GetProperty(FrameFormat, String, String)

Gets the value of an advanced property by name.

GetProperty(FrameSetFormat, String, String)

Gets the value of an advanced property by name.

GetProperty(FrameSetSource, String, String)

Gets the value of an advanced property by name.

GetProperty(FrameSource, String, String)

Gets the value of an advanced property by name.

GetProperty(VisionLocalProcessingAdvancedOptions, String, String)

Gets the value of an advanced property by name.

GetProperty(VisionServiceAdvancedOptions, String, String)

Gets the value of an advanced property by name.

GetProperty(VisionSource, String, String)

Gets the value of an advanced property by name.

SetProperty(Frame, String, String)

Sets the value of an advanced property by name.

SetProperty(FrameFormat, String, String)

Sets the value of an advanced property by name.

SetProperty(FrameSetFormat, String, String)

Sets the value of an advanced property by name.

SetProperty(FrameSetSource, String, String)

Sets the value of an advanced property by name.

SetProperty(FrameSource, String, String)

Sets the value of an advanced property by name.

SetProperty(VisionLocalProcessingAdvancedOptions, String, String)

Sets the value of an advanced property by name.

SetProperty(VisionServiceAdvancedOptions, String, String)

Sets the value of an advanced property by name.

SetProperty(VisionSource, String, String)

Sets the value of an advanced property by name.

Applies to