Click or drag to resize

CAEXPathBuilderInternalLinkReferencePath(SystemUnitClassType, InterfaceClassType) Method

Builds the reference Path for an Interface-Reference in an InternalLink

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string InternalLinkReferencePath(
	SystemUnitClassType systemUnitClass,
	InterfaceClassType interfaceClass
)

Parameters

systemUnitClass  SystemUnitClassType
The system unit class.
interfaceClass  InterfaceClassType
The interface class.

Return Value

String
System.String.
See Also