AGI Components with Insight3D Alpha 2008 r8
Initialize Method (pCentralBody, ReferenceFrame, ExpectedVertexUpdate, LineType, pVertices, pInterpolator)
Library Reference AGI.Graphics.Primitives IAgGxPrimitivePolylineInitialize(IAgGxCentralBody, AgGxReferenceFrame, AgGxVertexUpdate, AgGxPolylineType, Array % , IAgGxInterpolator)
Declaration Syntax
C# Visual Basic Visual C++
void 
Initialize(
        
IAgGxCentralBody 
pCentralBody,
        

AgGxReferenceFrame 
ReferenceFrame,
        
AgGxVertexUpdate 
ExpectedVertexUpdate,
        

AgGxPolylineType 
LineType,
        
ref 
Array 
pVertices,
        

IAgGxInterpolator 
pInterpolator
)
Sub 
Initialize ( _
        
pCentralBody 
As 
IAgGxCentralBody,
_
        
ReferenceFrame 
As 

AgGxReferenceFrame, _
        
ExpectedVertexUpdate 
As 
AgGxVertexUpdate,
_
        
LineType 
As 

AgGxPolylineType, _
        
ByRef 
pVertices 
As 
Array, _
        
pInterpolator 
As 

IAgGxInterpolator _
)
void 
Initialize(
        [
InAttribute] 
IAgGxCentralBody^

pCentralBody, 
        [
InAttribute] 

AgGxReferenceFrame 
ReferenceFrame, 
        [
InAttribute] 
AgGxVertexUpdate 
ExpectedVertexUpdate, 
        [
InAttribute] 

AgGxPolylineType 
LineType, 
        [
InAttribute] 
Array^% 
pVertices, 
        [
InAttribute] 

IAgGxInterpolator^ 
pInterpolator
)
Parameters
pCentralBody ( IAgGxCentralBody)
ReferenceFrame ( AgGxReferenceFrame)
ExpectedVertexUpdate ( AgGxVertexUpdate)
LineType ( AgGxPolylineType)
pVertices ( Array %)
pInterpolator ( IAgGxInterpolator)

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