Description
Flag to set if input parameters are currently being calculated and entered into the object model
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property CalculatingParameters() As Boolean
|
[C#] |
---|
public bool CalculatingParameters {get; set;}
|
[Managed C++] |
---|
public: __property bool get_CalculatingParameters(); public: __property void set_CalculatingParameters(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_CalculatingParameters(
VARIANT_BOOL * pVal
);
public: HRESULT put_CalculatingParameters(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getCalculatingParameters();
public void setCalculatingParameters(
bool
);
|
See Also