AssocArrayCommonParametersSetRowElevation Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public void SetRowElevation(
double value,
string expression,
string evaluatorId
)
Public Sub SetRowElevation (
value As Double,
expression As String,
evaluatorId As String
)
public:
void SetRowElevation(
double value,
String^ expression,
String^ evaluatorId
)
member SetRowElevation :
value : float *
expression : string *
evaluatorId : string -> unit
Parameters
- value Double
-
- expression String
-
- evaluatorId String
-
See Also