Platforms to show: All Mac Windows Linux Cross-Platform

Back to WIAPropertyMBS class.

WIAPropertyMBS.ID as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
A 32-bit identifier that uniquely identifies the property within the property set.
Example
dim ps as WIAPropertyMBS // your property

dim k as string = ps.Name
if len(k)=0 then
k = str(ps.ID)
end if

MsgBox k

All properties within property sets must have unique property identifiers.
(Read and Write property)

WIAPropertyMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The string that contains the optional string name associated with the property
Example
dim ps as WIAPropertyMBS // your property

dim k as string = ps.Name
if len(k)=0 then
k = str(ps.ID)
end if

MsgBox k

(Read and Write property)

WIAPropertyMBS.Type as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The property type.

(Read and Write property)

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


The biggest plugin in space...