IParameterCollection2 Interface

Uses

GeoCalcCOM.IParameterCollection

 

Used By

GeoCalcCOM.ParameterCollection

 

Public 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 a required parameter to this collection, the value of which is represented by an AngularValue

AddFloatItem

Adds a required parameter to this collection, the value of which is represented by a floating point number

AddIntegerItem

Adds a required parameter to this collection, the value of which is represented by an Integer

AddLinearItem

Adds a required parameter to this collection, the value of which is represented by a LinearValue

AddOptionalAngularItem

Adds an optional parameter to this collection, the value of which is represented by an AngularValue

AddOptionalFloatItem

Adds an optional parameter to this collection, the value of which is represented by a floating point number

AddOptionalIntegerItem

Adds an optional parameter to this collection, the value of which is represented by an Integer

AddOptionalLinearItem

Adds an optional parameter to this collection, the value of which is represented by a LinearValue

AddOptionalStringItem

Adds an optional parameter to this collection, the value of which is represented by a string

AddStringItem

Adds a required parameter to this collection, the value of which is represented by a string

Clear

Removes all parameters from this collection

DeepCopy

Produces a deep-copy of a IParameterCollection2

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 IParameterCollection2 instances