DataDictionary.Interpreter.Statement.VariableUpdateStatement.AffectedElement C# (CSharp) 메소드

AffectedElement() 공개 메소드

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