<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.reliawiki.com/index.php?action=history&amp;feed=atom&amp;title=WAPlots.AddModel</id>
	<title>WAPlots.AddModel - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.reliawiki.com/index.php?action=history&amp;feed=atom&amp;title=WAPlots.AddModel"/>
	<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=WAPlots.AddModel&amp;action=history"/>
	<updated>2026-04-06T14:11:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://www.reliawiki.com/index.php?title=WAPlots.AddModel&amp;diff=64381&amp;oldid=prev</id>
		<title>Kate Racaza: Created page with &#039;{{Template:API}}{{Template:APIBreadcrumb|.WAPlots}}   &lt;onlyinclude&gt;Adds a cModel object to the plot.&lt;/onlyinclude&gt;  == Syntax ==  &#039;&#039;&#039;.AddModel&#039;…&#039;</title>
		<link rel="alternate" type="text/html" href="https://www.reliawiki.com/index.php?title=WAPlots.AddModel&amp;diff=64381&amp;oldid=prev"/>
		<updated>2016-06-23T23:40:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{Template:API}}{{Template:APIBreadcrumb|.&lt;a href=&quot;/index.php/WAPlots_Class&quot; title=&quot;WAPlots Class&quot;&gt;WAPlots&lt;/a&gt;}}   &amp;lt;onlyinclude&amp;gt;Adds a &lt;a href=&quot;/index.php/CModel_Class&quot; title=&quot;CModel Class&quot;&gt;cModel&lt;/a&gt; object to the plot.&amp;lt;/onlyinclude&amp;gt;  == Syntax ==  &amp;#039;&amp;#039;&amp;#039;.AddModel&amp;#039;…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:API}}{{Template:APIBreadcrumb|.[[WAPlots_Class|WAPlots]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Adds a [[CModel Class|cModel]] object to the plot.&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;.AddModel&amp;#039;&amp;#039;&amp;#039;(&amp;#039;&amp;#039;model&amp;#039;&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&amp;#039;&amp;#039;model&amp;#039;&amp;#039;&lt;br /&gt;
:Required. The [[CModel Class|cModel]] object that the plot will be based on.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;VBA&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&amp;#039;Declare a model object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} model {{APIPrefix|As New}} cModel&lt;br /&gt;
 {{APIComment|&amp;#039;Add code to either create a new model or get an existing model from a repository.}}&lt;br /&gt;
 {{APIComment|...}}&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&amp;#039;Declare a plot object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} plot {{APIPrefix|As New}} WAPlots&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&amp;#039;Add the model to the plot.}}&lt;br /&gt;
   {{APIPrefix|Call}} plot.AddModel(model)&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;VB.NET&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
 {{APIComment|&amp;#039;Declare a model object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} model {{APIPrefix|As New}} cModel&lt;br /&gt;
 {{APIComment|&amp;#039;Add code to either create a new model or get an existing model from a repository.}}&lt;br /&gt;
 {{APIComment|...}}&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&amp;#039;Declare a plot object.}}&lt;br /&gt;
   {{APIPrefix|Dim}} plot {{APIPrefix|As New}} WAPlots&lt;br /&gt;
  &lt;br /&gt;
 {{APIComment|&amp;#039;Add the model to the plot.}}&lt;br /&gt;
   plot.AddModel(model)&lt;/div&gt;</summary>
		<author><name>Kate Racaza</name></author>
	</entry>
</feed>