KeywordCollectionGetDisplayString Method
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public string GetDisplayString(
        bool showNoDefault
)
 
Public Function GetDisplayString ( 
        showNoDefault As Boolean
) As String
 
public:
String^ GetDisplayString(
        bool showNoDefault
)
 
member GetDisplayString : 
        showNoDefault : bool -> string 
 
 
 
Parameters
- showNoDefault
 
- Type: SystemBoolean
 
Return Value
Type: 
String 
See Also