AGI Components with Insight3D Alpha 2008 r8
AgGxCartesianCollectionClass Class
Library ReferenceAGI.GraphicsAgGxCartesianCollectionClass
A collection of constant Cartesian objects. Indices in the collection are zero-based.
Declaration Syntax
C# Visual Basic Visual C++
public 
class 
AgGxCartesianCollectionClass : 

IAgGxCartesianCollection, 
        

AgGxCartesianCollection, 
IEnumerable
Public 
Class 
AgGxCartesianCollectionClass _
        
Implements 

IAgGxCartesianCollection, 

AgGxCartesianCollection, 
IEnumerable
public 
ref class 
AgGxCartesianCollectionClass : 

IAgGxCartesianCollection, 
        

AgGxCartesianCollection, 
IEnumerable
Members
All Members Constructors Methods Properties



Icon Member Description
AgGxCartesianCollectionClass () () ()
Add(IAgGxCartesian)
Adds a Cartesian object to the end of the collection.

AddConstant(IAgGxConstantCartesian)
Adds a constant Cartesian object to the end of the collection.

AddXYZ(Double, Double, Double)
Adds a constant Cartesian object, defined by its components, to the end of the collection.

Capacity
Returns the number of constant Cartesian objects for which memory has been allocated. This will always be greater or equal to Count.

Copy () () ()
Returns a copy of the collection.

Count
Returns the number of constant Cartesian objects in the collection.

Equals(Object)
Determines whether the specified Objectis equal to the current Object.
(Inherited from Object.)
Finalize () () ()
Allows an Objectto attempt to free resources and perform other cleanup operations before the Objectis reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator () () ()
GetHashCode () () ()
Serves as a hash function for a particular type. GetHashCode () () () is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType () () ()
Gets the Typeof the current instance.
(Inherited from Object.)
InsertAt(Int32, IAgGxCartesian)
Adds a Cartesian object at the specified index, shifting existing objects. The index is zero-based.

InsertAtXYZ(Int32, Double, Double, Double)
Adds a constant Cartesian object, defined by its components, at the specified index, shifting existing objects. The index is zero-based.

InsertConstantAt(Int32, IAgGxConstantCartesian)
Adds a constant Cartesian object at the specified index, shifting existing objects. The index is zero-based.

Item [ ( [ ( Int32 ] ) ] )
MemberwiseClone () () ()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveAll () () ()
Removes all objects in the collection.

RemoveAt(Int32)
Removes the constant Cartesian object at the given index. The idnex is zero-based.

Reserve(Int32)
Requests enough memory for the collection to contain at least the specified number of constant Cartesian objects. The Count property will not be affected but the Capacity may be.

ToString () () ()
Returns a Stringthat represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AgGxCartesianCollectionClass

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)