AGI Components with Insight3D Alpha 2008 r8
Add Method (pPrimitive)
Library Reference AGI.Graphics.Primitives IAgGxPrimitiveManagerAdd(IAgGxPrimitive)
Adds a primitive to the primitive manager. This is required for the primitive to be rendered. If the primitive already exists in the manager, the result is undefined.
Declaration Syntax
C# Visual Basic Visual C++
void 
Add(
        

IAgGxPrimitive 
pPrimitive
)
Sub 
Add ( _
        
pPrimitive 
As 

IAgGxPrimitive _
)
void 
Add(
        [
InAttribute] 

IAgGxPrimitive^ 
pPrimitive
)
Parameters
pPrimitive ( IAgGxPrimitive)

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