Click or drag to resize

NearestObjectsByPickingEventArgs Class

피킹시 가까운 노드 반환 Event Args
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    SHConnectorNearestObjectsByPickingEventArgs

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public class NearestObjectsByPickingEventArgs : EventArgs

The NearestObjectsByPickingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNearestObjectsByPickingEventArgs
Initializes a new instance of the NearestObjectsByPickingEventArgs class
Top
Properties
  NameDescription
Public propertyNearestObjects
모델 선택점에서 가까운 노드 목록
Top
See Also