 | NXMapLayerFeatureEditor_Event_Edit Delegate |
피쳐 객체가 수정될 때 발생하는 이벤트 함수이다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic delegate bool NXMapLayerFeatureEditor_Event_Edit(
XftFeature Obj
)
Parameters
- Obj
- Type: Pixoneer.NXDL.NFTXftFeature
수정을 위한 대상 객체.
Return Value
Type:
Boolean 수정하면 true를 반환하고 그렇지 않으면 false를 반환한다.
See Also