 | NXMapLayerFeatureDisplay_Event_HitObj Delegate |
사용자가 마우스를 클릭하여 객체를 선택하면 이 함수가 호출된다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic delegate bool NXMapLayerFeatureDisplay_Event_HitObj(
XftFeature feature
)
Parameters
- feature
- Type: Pixoneer.NXDL.NFTXftFeature
선택된 객체.
Return Value
Type:
Boolean 객체가 선택되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also