IParameter Interface

This is an interface for parameter of a table column.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public interface IParameter : IDisposable

The IParameter type exposes the following members.

Properties
  Name Description
Public property Angular Property that indicates whether the parameter is angular.
Public property DataType Property that represents dxf code of the data type of a parameter.
Public property Description Property that represents the description provided for the parameter.
Public property Expression Property that represents the string with expression representing the parameter.
Public property Name Property that represents the name specified for the parameter.
Public property ParameterObject Property that represents the parameter object.
Public property ReadOnly Property that indicates whether this parameter is read-only.
Public property Value Property that represents the value of this parameter.
Public property ValueSet Property that represents the value set of parameters.
Top
Methods
  Name Description
Public method Dispose
(Inherited from IDisposable)
Public method IsNameUnique Checks whether the specified parameter name is unique within the block properties table.
Top
See Also

©  Bricsys NV. All rights reserved.