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.| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsPolylinePrimitive InitializeWithType( AgEStkGraphicsPolylineType PolylineType ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsPolylinePrimitive^ InitializeWithType( AgEStkGraphicsPolylineType PolylineType ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsPolylinePrimitive initializeWithType( AgEStkGraphicsPolylineType PolylineType ); |
[Python - STK API ] |
|---|
def InitializeWithType(self, PolylineType:"AgEStkGraphicsPolylineType") -> "IAgStkGraphicsPolylinePrimitive": |
- PolylineType
- Describes how the polyline should interpret positions passed to
Setmethods.






