[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for M:Mogware.VisualStudio.ColladaNet.Animations.AnimationGroupList.Remove(System.String)]

Namespace:  Mogware.VisualStudio.ColladaNet.Animations
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public void Remove(
	string jointName
)
Visual Basic (Declaration)
Public Sub Remove ( _
	jointName As String _
)
Visual C++
public:
void Remove(
	String^ jointName
)

Parameters

jointName
Type: System..::.String

[Missing <param name="jointName"/> documentation for "M:Mogware.VisualStudio.ColladaNet.Animations.AnimationGroupList.Remove(System.String)"]

See Also