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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1