EShape::HasProperty

Returns whether a EShape has a property named aProperty.

Namespace: Euresys::Open_eVision

[C++]

bool HasProperty(
   const std::string& aProperty
) const

Parameters

aProperty

The name of the property.

EShape.HasProperty

Returns whether a EShape has a property named aProperty.

Namespace: Euresys.Open_eVision

[C#]

bool HasProperty(
   string aProperty
)

Parameters

aProperty

The name of the property.

EShape.HasProperty

Returns whether a EShape has a property named aProperty.

Module: open_evision

[Python]

HasProperty(
    aProperty: str
) -> bool

Parameters

aProperty

The name of the property.