DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PipelineParameter | Interfaces | Methods | Properties
Pipeline parameter encapsulation.
// C# public interface ITGIS_PipelineParameter: ITBaseObject { }
' VisualBasic Public Interface ITGIS_PipelineParameter Implements ITBaseObject End Class
// Oxygene type ITGIS_PipelineParameter = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Create_ | public | Define pipeline parameter. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Name | Visibility | Description | |
---|---|---|---|
Default | public | Default value for the parameter. | |
Max | public | Maximum allowed value for numeric parameters. | |
Min | public | Minimum allowed value for numeric parameters. | |
Name | public | Parameter name. | |
Predefined | public | Value of the parameter. | |
Required | public | If true, then parameter is required. | |
Type | public | Parameter type. | |
Value | public | Value of the parameter. | |