Discuss this help topic in SecureBlackbox Forum
…
Declaration
[C#]
bool CompressPoints;
[VB.NET]
Property CompressPoints As Boolean
[Pascal]
property CompressPoints : boolean;
[C++]
bool get_CompressPoints();
void set_CompressPoints(bool Value);
[PHP]
bool get_CompressPoints()
void set_CompressPoints(bool $Value)
[Java]
boolean getCompressPoints();
void setCompressPoints(boolean Value);
Description
…
Discuss this help topic in SecureBlackbox Forum