IParameterCollection Interface

Used By

GeoCalcCOM.IParameterCollection2

 

Properties

Property

Description

AngularItem

Provides access to the AngularValue items in this collection

Count

Indicates the number of parameters in this collection

FloatItem

Provides access to the floating point items in this collection

IntegerItem

Provides access to the integer items in this collection

LinearItem

Provides access to the LinearValue items in this collection

StringItem

Provides access to the string items in this collection

 

Public Methods

Method

Description

AddAngularItem

Adds an AngularValue to this collection

AddFloatItem

Adds a floating point value to this collection

AddIntegerItem

Adds an integer value to this collection

AddLinearItem

Adds a LinearValue to this collection

AddStringItem

Adds a string value to this collection

Clear

Removes all parameters from this collection

DeepCopy

Produces a deep-copy of an IParameterCollection

Exists

Indicates if the specified parameter exists in this collection

GetItemType

Retrieves the type of the parameter with the specified name

ParameterNameAtIndex

Indicates the name of the parameter located at the specified index in this collection

Remove

Removes the specified parameter from the collection

ValueEquals

Compares the value of two IParameterCollection instances