FrameGetRegionIntProperty Method

Note: This API is now obsolete.
Regions can have numeric properties attached to them.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public int GetRegionIntProperty(
	string faceId,
	string regionName,
	string property
)

Parameters

faceId  String
identifier for the face of interest
regionName  String
to inspect the property of
property  String
to be returned

Return Value

Int32
the numeric value of the property

Remarks

Generally, this is NOT useful in the public API but is something some of the NuraLogix internal applications use (typically for presentational information).

See Also