This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuilderItem Interface > IBuilderItem.Variables Property (ArcObjects .NET 10.5 SDK) |
The collection of variables associated with this item.
[Visual Basic .NET] Public Property Variables As IPropertySet
[C#] public IPropertySet Variables {get; set;}
[C++]
HRESULT get_Variables(
IPropertySet** ppVariables
);
[C++]
HRESULT putref_Variables(
IPropertySet* ppVariables
);
[C++]
Parameters ppVariables [out, retval]
ppVariables is a parameter of type IPropertySet ppVariables [in]
ppVariables is a parameter of type IPropertySet