FrameGetRegionIntProperty Method
Note: This API is now obsolete.
Regions can have numeric properties attached to them.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public int GetRegionIntProperty(
string faceId,
string regionName,
string property
)
<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>
Public Function GetRegionIntProperty (
faceId As String,
regionName As String,
property As String
) As Integer
public:
[ObsoleteAttribute(L"This method is deprecated and will be removed in future versions.")]
int GetRegionIntProperty(
String^ faceId,
String^ regionName,
String^ property
)
[<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>]
member GetRegionIntProperty :
faceId : string *
regionName : string *
property : string -> int
- faceId String
- identifier for the face of interest
- regionName String
- to inspect the property of
- property String
- to be returned
Int32the numeric value of the property
Generally, this is NOT useful in the public API but is something some of the
NuraLogix internal applications use (typically for presentational information).