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


IPropSet.SetProperties Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IPropSet.SetProperties Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IPropSet Interface