Gets if multiselecting all the values if the data source of this parameter is "FixedList"
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool IsMultipleSelect { get; set; }
VB
Public Property IsMultipleSelect As Boolean Get Set
C++
public: property bool IsMultipleSelect { bool get (); void set (bool value); }