VCDPropertyElement.FindInterface Method

Returns the desired interface to this element, if it exists.
Syntax:
[C#]
public VCDPropertyInterface FindInterface( string InterfaceID );
Return Value:

The desired VCDPropertyInterface if it exists, otherwise an exception occurs.

See also: VCDPropertyElement, Standard Interface identifiers

<< VCDPropertyElement