Click or drag to resize

ElementHelpers.RemoveProperties Method

Clear all the properties from an IEnumerable of elements.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public static void RemoveProperties(
	this IEnumerable<IElement> elements
)

Parameters

elements
Type: System.Collections.Generic.IEnumerable<IElement>
the elements to remove properties from

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<IElement>. 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