STK Graphics PrimitivesSend comments on this topic.
InitializeWithType Method (IAgStkGraphicsPolylinePrimitiveFactory)
See Also
PolylineType
Describes how the polyline should interpret positions passed to Set methods.
Windows





Windows & Linux

Description

Initializes a polyline primitive with the specified polylineType. This is equivalent to constructing a polyline with the specified polylineType and a Set Hint of Frequent.

Syntax

[Visual Basic .NET]
Public Function InitializeWithType( _
    ByVal PolylineType As AgEStkGraphicsPolylineType _
) As IAgStkGraphicsPolylinePrimitive
[Managed C++]
public: IAgStkGraphicsPolylinePrimitive^ InitializeWithType(
    AgEStkGraphicsPolylineType PolylineType
);
[Unmanaged C++]
public: HRESULT InitializeWithType(
    AgEStkGraphicsPolylineType PolylineType,
    IAgStkGraphicsPolylinePrimitive ** ppRetVal
);
[Python - STK API ]
def InitializeWithType(self, PolylineType:"AgEStkGraphicsPolylineType") -> "IAgStkGraphicsPolylinePrimitive":

Parameters

PolylineType
Describes how the polyline should interpret positions passed to Set methods.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.