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] |
|---|
Public Function InitializeWithType( _ ByVal PolylineType As AgEStkGraphicsPolylineType _ ) As IAgStkGraphicsPolylinePrimitive |
| [C#] |
|---|
public IAgStkGraphicsPolylinePrimitive InitializeWithType( |
| [Managed C++] |
|---|
public: IAgStkGraphicsPolylinePrimitive^ InitializeWithType( |
| [Java] |
|---|
public IAgStkGraphicsPolylinePrimitive initializeWithType( |
| [Unmanaged C++] |
|---|
public: HRESULT InitializeWithType( |
- PolylineType
Describes how the polyline should interpret positions passed toMember Value Description eStkGraphicsPolylineTypeLines 0 Every two positions define a line segment. Line segments are not required to be connected to each other. eStkGraphicsPolylineTypeLineStrip 1 After the first position, each additional position defines a line segment from the previous position to the current position. eStkGraphicsPolylineTypePoints 2 Lines are drawn as points. Setmethods.
