Click or drag to resize
CTExtensionGetInterface Method

[This is preliminary documentation and is subject to change.]

Implemetation of this function should return object implementing the requested type in every case if this extension supports the interface, including when this extension is not initialized. If this extension is not initialized, the only function that might get called is GetParent().

Namespace: CTExtensions
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual IExtensionInterface GetInterface(
	ctExtensionInterface eType
)

Parameters

eType
Type: CTEngineLibctExtensionInterface
Requested type

Return Value

Type: IExtensionInterface
Object corresponding to requested type.
See Also