Click or drag to resize

IExecutionProfileBuilderWithGraphOptions Method

Sets the DSE Graph options.

See GraphOptions for additional information on the settings within the GraphOptions class.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
IExecutionProfileBuilder WithGraphOptions(
	GraphOptions graphOptions
)

Parameters

graphOptions
Type: Dse.GraphGraphOptions

Return Value

Type: IExecutionProfileBuilder
See Also