VideoNorm.Name Property |
||
Returns the name of the VideoNorm. | ||
Syntax: | Public Name As String |
|
Limitations: | Read only. |
|
Remarks: | Selecting devices, input channels, video norms and video formats is shown in the Making Device Settings chapter. |
|
Sample: | This example selects the first available video norm. Dim Nrm As VideoNorm Set Nrm = ICImagingControl1.VideoNorms.Item( 1 ) ICImagingControl1.VideoNorm = Nrm.Name1 |
|
See also: | VideoNorm, VideoNorms Collection |