AttributeTypeInfoIntLowerBoundInclusive Property |
Gets or sets whether or not the
LowerBoundValue is included in the property range.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool LowerBoundInclusive { get; set; }
Public Property LowerBoundInclusive As Boolean
Get
Set
public:
property bool LowerBoundInclusive {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also