DelegateOnStateValueDefinitionTState Property |
Gets or sets the state that the callback will use to compute the value.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ValueDefinition<ITimeBasedState> State { get; set; }
Public Property State As ValueDefinition(Of ITimeBasedState)
Get
Set
public:
property ValueDefinition<ITimeBasedState^>^ State {
ValueDefinition<ITimeBasedState^>^ get ();
void set (ValueDefinition<ITimeBasedState^>^ value);
}
member State : ValueDefinition<ITimeBasedState> with get, set
Property Value
Type:
ValueDefinitionITimeBasedStateSee Also