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.


The biggest plugin in space...