Discuss this help topic in SecureBlackbox Forum

TElECPointsSSLExtension.SetPointType

TElECPointsSSLExtension     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Enables or disables specific point formats.

Declaration

[C#]
    void SetPointType(byte Point, bool Enabled);

[VB.NET]
    Sub SetPointType(ByVal Point As Byte, ByVal Enabled As Boolean)

[Pascal]
    procedure SetPointType(const Point : byte; Enabled : boolean);

[C++]
    void SetPointType(uint8_t Point, bool Enabled);

[PHP]
    void SetPointType(integer $Point, bool $Enabled)

[Java]
    void setPointType(byte Enabled, boolean arg1);

Parameters

  • Point - specifies point format.
  • Enabled - set this parameter to true to enable the specific format, and to false to disable it.

Possible values:

Description

    Use this method to enable or disable specific point formats.

See also:     GetPointType    

Discuss this help topic in SecureBlackbox Forum