IModelEntry.GetPropertyState(string name) Method
.NET Standard 2.x
Gets the tracked state of the specified property.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
PropertyState GetPropertyState(string name);
Parameters
name
System.String
The name of the property.
Returns
SnapObjects.Data.PropertyState
The tracked state of the specified property.
Applies to
.NET Standard
2.x