 | NXMapLayerVectorEditor_Event_Edit Delegate |
사용자가 벡터 객체를 편집할 때 호출된다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic delegate bool NXMapLayerVectorEditor_Event_Edit(
XvcObj Obj
)
Parameters
- Obj
- Type: Pixoneer.NXDL.NVCXvcObj
편집하는 객체
Return Value
Type:
Boolean 작업이 성공하면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also