DataDictionary.Interpreter.Statement.VariableUpdateStatement.AffectedElement C# (CSharp) Method

AffectedElement() public method

Provides the main model elemnt affected by this statement
public AffectedElement ( ) : ModelElement
return ModelElement
        public override ModelElement AffectedElement()
        {
            return VariableIdentification.Ref as ModelElement;
        }