IParam Interface

Interface for parameters.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public interface IParam

The IParam type exposes the following members.

Properties
 NameDescription
Public propertyAccess Gets or sets access permissions for the parameter.
Public propertyComment Gets or sets the comment string for the parameter.
Public propertyDescription Gets or sets the description for the parameter.
Public propertyDisplayName Gets or sets the display name for the parameter.
Public propertyDisplayOrder Gets or sets the display order for the parameter.
Public propertyIsReadOnly Gets or sets whether the parameter is read-only.
Public propertyValue Gets or sets the parameter value.
Top
See Also