This document is archived and information here might be outdated.  Recommended version.


IMdModel.GetVariables Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdModel.GetVariables Method

Returns all of the variables in the model.

[Visual Basic .NET]
Public Function GetVariables ( _
) As IEnumMdVariable
[C#]
public IEnumMdVariable GetVariables (
);
[C++]
HRESULT GetVariables(
  IEnumMdVariable** variable
);
[C++]

Parameters variable [out, retval]
variable is a parameter of type IEnumMdVariable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMdModel Interface