Provides access to the string contents of the given family parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public string AsString( FamilyParameter familyParameter )
Parameters
- familyParameter FamilyParameter
Return Value
StringThe string contained in the parameter. Returns null 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 null. |
ArgumentException | Thrown if the input argument-"familyParameter"-is invalid, |