You are here: Start » AVL.NET » Invoke.SetViewPrimitive

Invoke.SetViewPrimitive

Namespace:Avl.DebugPreview
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static bool SetViewPrimitive
(
	int view,
	int primitiveIndex,
	List<Avl.Segment2D> segmentArray,
	uint color,
	bool showArrow,
	float lineWidth
)

Parameters

Name Type Range Default Description
viewint
primitiveIndexint
segmentArraySystem.Collections.Generic.List<Avl.Segment2D>
coloruint
showArrowbool
lineWidthfloat

Function Overrides

See also