Initializes a new instance of a polyline primitive with the specified polylineType and setHint.
[Visual Basic .NET] |
---|
Public Function InitializeWithTypeAndHint( _ ByVal PolylineType As AgEStkGraphicsPolylineType, _ ByVal SetHint As AgEStkGraphicsSetHint _ ) As IAgStkGraphicsPolylinePrimitive |
[C#] |
---|
public IAgStkGraphicsPolylinePrimitive InitializeWithTypeAndHint( AgEStkGraphicsPolylineType PolylineType, AgEStkGraphicsSetHint SetHint ); |
[Managed C++] |
---|
public: IAgStkGraphicsPolylinePrimitive^ InitializeWithTypeAndHint( AgEStkGraphicsPolylineType PolylineType, AgEStkGraphicsSetHint SetHint ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithTypeAndHint( AgEStkGraphicsPolylineType PolylineType, AgEStkGraphicsSetHint SetHint, IAgStkGraphicsPolylinePrimitive ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsPolylinePrimitive initializeWithTypeAndHint( AgEStkGraphicsPolylineType PolylineType, AgEStkGraphicsSetHint SetHint ); |
[Python - STK API ] |
---|
def InitializeWithTypeAndHint(self, PolylineType:"AgEStkGraphicsPolylineType", SetHint:"AgEStkGraphicsSetHint") -> "IAgStkGraphicsPolylinePrimitive": |
- PolylineType
- Describes how the polyline should interpret positions passed to
Set
methods. - SetHint