Click or drag to resize

AutomationMLContainerPartExists Method

Determines, if a part with the specified part URI exists.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool PartExists(
	Uri partUri
)

Parameters

partUri  Uri
The part URI.

Return Value

Boolean
true if the part exists, false otherwise.
See Also