[Missing <summary> documentation for "M:CWrapper.LongVector.SetRange(System.Int32,CWrapper.LongVector)"]

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetRange(
	int index,
	LongVector values
)
Visual Basic (Declaration)
Public Sub SetRange ( _
	index As Integer, _
	values As LongVector _
)
Visual C++
public:
void SetRange(
	int index, 
	LongVector^ values
)

Parameters

index
Type: System..::.Int32

[Missing <param name="index"/> documentation for "M:CWrapper.LongVector.SetRange(System.Int32,CWrapper.LongVector)"]

values
Type: CWrapper..::.LongVector

[Missing <param name="values"/> documentation for "M:CWrapper.LongVector.SetRange(System.Int32,CWrapper.LongVector)"]

See Also