Click or drag to resize
XDL

XfnEnableAutoGCMapSC Property

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

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

Property Value

Type: Boolean
See Also