Interface for parameters.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public interface IParam
VB
Public Interface IParam
C++
public interface class IParam
The IParam type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Access | Gets or sets access permissions for the parameter. |
![]() | Comment | Gets or sets the comment string for the parameter. |
![]() | Description | Gets or sets the description for the parameter. |
![]() | DisplayName | Gets or sets the display name for the parameter. |
![]() | DisplayOrder | Gets or sets the display order for the parameter. |
![]() | IsReadOnly | Gets or sets whether the parameter is read-only. |
![]() | Value | Gets or sets the parameter value. |