VCDPropertyElement.Find Method

Finds the according VCDPropertyInterface
Syntax:
[C#]
public TInterface Find<TInterface>() where TInterface : VCDPropertyInterface; public VCDPropertyInterface Find( Guid interfaceID );
Parameter Description
TInterface

Specifies the interface type to be returned. This can be e.g. VCDRangeProperty.

interfaceID

Specifies the interface identifier of the VCDPropertyInterface to be returned.

Return Value:

If the element or interface was not found, the function returns Nothing or null respectively.

See also: VCDPropertyItem, VCDPropertyElement, VCDPropertyInterface

<< VCDPropertyElement