FamilyType.AsString
Method
Description:
Provides access to the string contents of the given family parameter.
Provides access to the string contents of the given family parameter.
Parameters
Parameter | Type | Description |
---|---|---|
familyParameter | FamilyParameter |
Return Value
Type | Description |
---|---|
String | The string contained in the parameter. Returns if the storage type of the input argument is not string type or this parameter has no value. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the input argument-"familyParameter"-is. |
ArgumentException | Thrown if the input argument-"familyParameter"-is invalid, |