Click or drag to resize
XDL

NXImageLayerCompLinkEnableCache Method

캐싱을 활성화한다.

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 3.0.0.0
Syntax
C#
public bool EnableCache(
	bool bEnable
)

Parameters

bEnable  Boolean
활성화 여부

Return Value

Boolean
캐싱 설정이 완료되면 true를, 그렇지 못하면 fale를 반환한다.
See Also