CIVectorMBS properties

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIVectorMBS class.

CIVectorMBS.Count as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Return the number of values stored in the vector.

(Read only property)

CIVectorMBS.Description as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the textual description for this vector.

(Read only property)

CIVectorMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 12.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The handle to the CIVector reference used.

(Read only property)

CIVectorMBS.StringRepresentation as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the vector as a string
Example
dim v as CIVectorMBS

v=NewCIVectorWithXYZMBS(1,2,3)

MsgBox v.StringRepresentation // shows "[1 2 3]"

Value is "" on any error.
(Read only property)

CIVectorMBS.W as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The W value.

(Read only property)

CIVectorMBS.X as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The X value.

(Read only property)

CIVectorMBS.Y as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The Y value.

(Read only property)

CIVectorMBS.Z as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The Z value.

(Read only property)

The items on this page are in the following plugins: MBS MacCI Plugin.


💬 Ask a question or report a problem