'Declaration
Public Function New( _ ByVal endpointDescriptor As UAEndpointDescriptor, _ ByVal nodeDescriptor As UANodeDescriptor _ )
'Usage
Dim endpointDescriptor As UAEndpointDescriptor Dim nodeDescriptor As UANodeDescriptor Dim instance As New UAAttributePoint(endpointDescriptor, nodeDescriptor)
public UAAttributePoint( UAEndpointDescriptor endpointDescriptor, UANodeDescriptor nodeDescriptor )
public: UAAttributePoint( UAEndpointDescriptor^ endpointDescriptor, UANodeDescriptor^ nodeDescriptor )
Parameters
- endpointDescriptor
- The point's endpoint descriptor.
- nodeDescriptor
- The point's node descriptor.