AssocVariableSetName
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public void SetName(
string newName,
bool updateReferencingExpressions
)
Public Sub SetName (
newName As String,
updateReferencingExpressions As Boolean
)
public:
void SetName(
String^ newName,
bool updateReferencingExpressions
)
member SetName :
newName : string *
updateReferencingExpressions : bool -> unit
Parameters
- newName String
-
- updateReferencingExpressions Boolean
-
See Also