IObjectiveMap Interface ======================= Namespace :dn:ns:`ampl.Entities` Assemblies * AMPL ---- .. contents:: :local: Syntax ------ .. code-block:: csharp public interface IObjectiveMap .. dn:interface:: ampl.Entities.IObjectiveMap :hidden: .. dn:interface:: ampl.Entities.IObjectiveMap Methods ------- .. dn:interface:: ampl.Entities.IObjectiveMap :noindex: :hidden: .. dn:method:: ampl.Entities.IObjectiveMap.AsArray() :rtype: ampl.Entities.Objective[] .. code-block:: csharp Objective[] AsArray() Properties ---------- .. dn:interface:: ampl.Entities.IObjectiveMap :noindex: :hidden: .. dn:property:: ampl.Entities.IObjectiveMap.Size :rtype: System.Int32 .. code-block:: csharp int Size { get; }