PlaneLinkCollectionItem Property

CVB.Net Documentation
Indexed access to the individual plane information.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public ImagePlane this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
index of the plane to be accessed

Return Value

Type: ImagePlane
Plane information object of the linked plane.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the index is invalid
Remarks

The plane index identifies the plane of the parent image to retrieve the actual linked plane.
See Also

Reference