Camera.Property Method

Definition

Namespace: P1Sdk

Gets the current value of a given property

public PropertyValue Property(UInt32 propertyId);

The returned PropertyValue object is wrapper that encapsulate the property’s type. Since properties each can have different types, that is only known at runtime - all property values are wrapped in the PropertyValue class.

Parameters:

propertyId

The Id of the property to get

SdkException

SdkException with the error-code if something goes wrong.

Returns:

The value object of the property