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

IAgGxCartesianCollection
Public 
Interface 
AgGxCartesianCollection _
        
Implements 

IAgGxCartesianCollection
public 
interface class 
AgGxCartesianCollection : 

IAgGxCartesianCollection
Members
All Members Methods Properties



Icon Member Description
Add(IAgGxCartesian)
Adds a Cartesian object to the end of the collection.
(Inherited from IAgGxCartesianCollection.)
AddConstant(IAgGxConstantCartesian)
Adds a constant Cartesian object to the end of the collection.
(Inherited from IAgGxCartesianCollection.)
AddXYZ(Double, Double, Double)
Adds a constant Cartesian object, defined by its components, to the end of the collection.
(Inherited from IAgGxCartesianCollection.)
Capacity
Returns the number of constant Cartesian objects for which memory has been allocated. This will always be greater or equal to Count.
(Inherited from IAgGxCartesianCollection.)
Copy () () ()
Returns a copy of the collection.
(Inherited from IAgGxCartesianCollection.)
Count
Returns the number of constant Cartesian objects in the collection.
(Inherited from IAgGxCartesianCollection.)
GetEnumerator () () () (Inherited from IAgGxCartesianCollection.)
InsertAt(Int32, IAgGxCartesian)
Adds a Cartesian object at the specified index, shifting existing objects. The index is zero-based.
(Inherited from IAgGxCartesianCollection.)
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.
(Inherited from IAgGxCartesianCollection.)
InsertConstantAt(Int32, IAgGxConstantCartesian)
Adds a constant Cartesian object at the specified index, shifting existing objects. The index is zero-based.
(Inherited from IAgGxCartesianCollection.)
Item [ ( [ ( Int32 ] ) ] ) (Inherited from IAgGxCartesianCollection.)
RemoveAll () () ()
Removes all objects in the collection.
(Inherited from IAgGxCartesianCollection.)
RemoveAt(Int32)
Removes the constant Cartesian object at the given index. The idnex is zero-based.
(Inherited from IAgGxCartesianCollection.)
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.
(Inherited from IAgGxCartesianCollection.)

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