ProjectionValues Property

CVB.Net Documentation
Retrieve the values of the projection.

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

public ProjectionValue[] Values { get; }

Property Value

Type: ProjectionValue
Double array with the projection values.
Exceptions

ExceptionCondition
ObjectDisposedExceptionif the Projection object has already been disposed
See Also

Reference