BlockParameterHasStringValue Property
 | 
check if a value of the block parameter has a
string type
Namespace: Bricscad.Parametric
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public bool HasStringValue { get; }
 
Public ReadOnly Property HasStringValue As Boolean
        Get
 
public:
property bool HasStringValue {
        bool get ();
}
 
member HasStringValue : bool with get
 
 
 
Property Value
Boolean
 
See Also