Click or drag to resize
CTExtensionGetInterfaceCapabilities Method
Returns all interfaces this extension is capable of.

Namespace: CTExtensions
Assembly: CTInterface (in CTInterface.dll)
Syntax
public bool GetInterfaceCapabilities(
	ref Array actExtensionInterfaces
)

Parameters

actExtensionInterfaces
Type: SystemArray
ctExtensionInterface values in array

Return Value

Type: Boolean
true if even one, false otherwise
See Also