Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public ObjectId SetAt(
string searchKey,
DBObject newValue
)
Public Function SetAt (
searchKey As String,
newValue As DBObject
) As ObjectId
public:
ObjectId SetAt(
String^ searchKey,
DBObject^ newValue
)
member SetAt :
searchKey : string *
newValue : DBObject -> ObjectId
Parameters
- searchKey String
-
- newValue DBObject
-
Return Value
ObjectId
See Also