This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IP > IPropSet Interface > IPropSet.SetProperties Method (ArcObjects .NET 10.4 SDK) |
Set the property collection from an array of names and values.
[Visual Basic .NET] Public Sub SetProperties ( _ ByRef names As Object, _ ByRef values As Object _ )
[C#] public void SetProperties ( ref object names, ref object values );
[C++]
HRESULT SetProperties(
VARIANT* names,
VARIANT* values
);
[C++]
Parameters names [in] names is a parameter of type VARIANT values [in] values is a parameter of type VARIANT