AcadSecurityParamsClassAlgorithm Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual int Algorithm { get; set; }
Public Overridable Property Algorithm As Integer
Get
Set
public:
virtual property int Algorithm {
int get ();
void set (int value);
}
abstract Algorithm : int with get, set
override Algorithm : int with get, set
Property Value
Type:
Int32
Implements
IAcadSecurityParamsAlgorithm
See Also