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


ISchematicAlgorithm.PropertySet Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAlgorithm.PropertySet Property

The property set of the algorithm contains a collection of its parameters and their values.

[Visual Basic .NET]
Public Property PropertySet As IPropertySet
[C#]
public IPropertySet PropertySet {get; set;}
[C++]
HRESULT get_PropertySet(
  IPropertySet** PropertySet
);
[C++]
HRESULT put_PropertySet(
  IPropertySet* PropertySet
);
[C++]

Parameters PropertySet [out, retval]
PropertySet is a parameter of type IPropertySet PropertySet [in]
PropertySet is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAlgorithm Interface