AssocArrayPathParametersSetEndOffset Method
|
Sets the end offset of the path array. The end
offset is only available when using the MethodType.Divide
arrangement type. If there is no expression for a particular
parameter, the expression and the
evaluatorId strings must be empty.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public void SetEndOffset(
double offset,
string expression,
string evaluatorId
)
Public Sub SetEndOffset (
offset As Double,
expression As String,
evaluatorId As String
)
public:
void SetEndOffset(
double offset,
String^ expression,
String^ evaluatorId
)
member SetEndOffset :
offset : float *
expression : string *
evaluatorId : string -> unit
Parameters
- offset Double
- [in] The end offset to set. This must be either zero or a
positive value.
- expression String
- [in] The retrieved expression. An empty string may be
passed.
- evaluatorId String
- [in] The retrieved evaluator identifier represented by a
string. An empty string may be passed.
See Also