Remove target from relations by positioning index of the target

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool RemoveRelation(
	int index
)
Visual Basic
Function RemoveRelation ( _
	index As Integer _
) As Boolean
Visual C++
bool RemoveRelation(
	int index
)

Parameters

index
Type: System..::..Int32
Positioning index of the target to be removed

Field Value

Boolean

Return Value

True if successful

See Also