 | AutomationMLContainerPartExists Method |
Determines, if a part with the specified part URI exists.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool PartExists(
Uri partUri
)
Public Function PartExists (
partUri As Uri
) As Boolean
public:
bool PartExists(
Uri^ partUri
)
Parameters
- partUri Uri
-
The part URI.
Return Value
Booleantrue if the part exists,
false otherwise.
See Also