ElementHelpersRemoveProperties Method  | 
 
                Clear all the properties from an IEnumerable of elements.
            
 
    Namespace: 
   Frontenac.Blueprints.Util
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic static void RemoveProperties(
	this IEnumerable<IElement> elements
)
<ExtensionAttribute>
Public Shared Sub RemoveProperties ( 
	elements As IEnumerable(Of IElement)
)
public:
[ExtensionAttribute]
static void RemoveProperties(
	IEnumerable<IElement^>^ elements
)
[<ExtensionAttribute>]
static member RemoveProperties : 
        elements : IEnumerable<IElement> -> unit 
Parameters
- elements
 - Type: System.Collections.GenericIEnumerableIElement
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 
IEnumerableIElement. 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