AGI STK Graphics 11Send comments on this topic.
Initialize Method (IAgStkGraphicsPathPrimitiveFactory)
See Also 
Windows






Windows & Linux

Description

Initializes a default path primitive. This is equivalent to constructing a path primitive with an initial capacity of 16.

Syntax

[Visual Basic .NET]
Public Function Initialize() As IAgStkGraphicsPathPrimitive
[C#]
public IAgStkGraphicsPathPrimitive Initialize();
[Managed C++]
public: IAgStkGraphicsPathPrimitive^ Initialize();
[Java]
public IAgStkGraphicsPathPrimitive initialize();
[Unmanaged C++]
public: HRESULT Initialize(
   IAgStkGraphicsPathPrimitive ** ReturnValue
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.