AGI STK Graphics 11Send comments on this topic.
InitializeWithTypeAndHint Method (IAgStkGraphicsPolylinePrimitiveFactory)
See Also
PolylineType
Describes how the polyline should interpret positions passed to Set methods.
SetHint
Windows






Windows & Linux

Description

Initializes a new instance of a polyline primitive with the specified polylineType and setHint.

Syntax

[Visual Basic .NET]
Public Function InitializeWithTypeAndHint( _
    ByVal PolylineType As AgEStkGraphicsPolylineType, _
    ByVal SetHint As AgEStkGraphicsSetHint _
) As 
[Unmanaged C++]
public: HRESULT InitializeWithTypeAndHint(
    AgEStkGraphicsPolylineType PolylineType,
    AgEStkGraphicsSetHint SetHint,
    IAgStkGraphicsPolylinePrimitive ** ppRetVal
);

Parameters

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

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.