Click or drag to resize
XDL

NXPlanetLayerVectorEditorLock Method

벡터 객체 편집 과정을 쓰레드 간에 접근하지 못하도록 제한한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool Lock()

Return Value

Type: Boolean
제한 설정이 되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also