Click or drag to resize

VertexElementsGetElementBySemantic Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool GetElementBySemantic(
	this VertexElement[] elements,
	VertexElementSemantic semantic,
	out VertexElement element
)

Parameters

elements
Type: NeoAxisVertexElement
semantic
Type: NeoAxisVertexElementSemantic
element
Type: NeoAxisVertexElement

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also