IModelEntry.GetCurrentValue(string name) Method
.NET Standard 2.x
Gets the current value of the specified property.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
object GetCurrentValue(string name);
Parameters
name
System.String
The name of the property.
Returns
System.Object
The current value of the specified property.
Applies to
.NET Standard
2.x