Vector3DCollection Class
.NET Framework 3.0
Collection of Vector3D objects.
Namespace: System.Windows.Media.Media3D
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
[TypeConverterAttribute(typeof(Vector3DCollectionConverter))] public sealed class Vector3DCollection : Freezable, IFormattable, IList, ICollection, IList<Vector3D>, ICollection<Vector3D>, IEnumerable<Vector3D>, IEnumerable
/** @attribute TypeConverterAttribute(System.Windows.Media.Media3D.Vector3DCollectionConverter) */ public final class Vector3DCollection extends Freezable implements IFormattable, IList, ICollection, IList<Vector3D>, ICollection<Vector3D>, IEnumerable<Vector3D>, IEnumerable
TypeConverterAttribute(System.Windows.Media.Media3D.Vector3DCollectionConverter) public final class Vector3DCollection extends Freezable implements IFormattable, IList, ICollection, IList<Vector3D>, ICollection<Vector3D>, IEnumerable<Vector3D>, IEnumerable
<Vector3DCollection .../>
<object> <object.property> oneOrMoreVector3DObjectElements </object.property> </object>
<object property="oneOrMoreVector3Ds"/>
oneOrMoreVector3Ds One or more Vector3D objects, with each set of values delimited by commas and/or one or more spaces: Vector3D [delimiter Vector3D ]* For example, "0,0,5 100,100,150 200,100,75" and "0,0,5,100,100,150,200,100,75" are both valid. oneOrMoreVector3DObjectElements One or more Vector3D objects, declared using object element syntax.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.Media3D.Vector3DCollection
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.Media3D.Vector3DCollection
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: