Click or drag to resize
Builder.AddContactPoints Method (String[])
Add contact points. See AddContactPoint(String) for more details on contact points.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.5.0
Syntax
C#
public Builder AddContactPoints(
	params string[] addresses
)

Parameters

addresses
Type:System.String[]
addresses of the nodes to add as contact point

Return Value

Type: Builder
this Builder
See Also