Interface IParameterDefinition
Represents a set of parameter definitions
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IParameterDefinition
Properties
| Improve this Doc View SourceParameter
Gets the parameters in this collection
Declaration
IEnumerable<IParameter> Parameter { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IParameter> | The parameters. |
Methods
| Improve this Doc View SourceAddParameter(IParameter)
Adds a parameter to this collection
Declaration
void AddParameter(IParameter param)
Parameters
Type | Name | Description |
---|---|---|
IParameter | param | The parameter. |
RemoveParameter(IParameter)
Removes the given parameter from this collection
Declaration
void RemoveParameter(IParameter param)
Parameters
Type | Name | Description |
---|---|---|
IParameter | param | The parameter. |