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( AgEStkGraphicsPolylineType PolylineType ); |
[Managed C++] |
---|
public: IAgStkGraphicsPolylinePrimitive^ InitializeWithType( AgEStkGraphicsPolylineType PolylineType ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithType( AgEStkGraphicsPolylineType PolylineType, IAgStkGraphicsPolylinePrimitive ** ppRetVal ); |
[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
Set
methods.