Click or drag to resize
XDL

XfnEnableAutoGCMapVC Property

XDL은 Xvc형태의 Vector객체의 경우 .Net용 가비지 콜렉터가 아닌 XDL자체의 가비지 콜렉터를 운용하게 된다. 다음 EnableAutoGCMapVC가 true인 경우 프로그램이 실행되고 있는 중간에 사용하지 않은 객체의 경우 삭제를 수행하고 그렇지 않으면 프로그램이 종료시에 삭제된다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public static bool EnableAutoGCMapVC { get; set; }

Property Value

Type: Boolean
See Also