2027 Members
Changes 0
M

FamilyType Methods

Name Return Type Description Inherited From
M AsDouble(FamilyParameter) Nullable<Double> Provides access to the double precision number of the given family parameter.
M AsElementId(FamilyParameter) ElementId Provides access to the Autodesk::Revit::DB::ElementId^ stored in the given family parameter.
M AsInteger(FamilyParameter) Nullable<Int32> Provides access to the integer number of the given family parameter.
M AsString(FamilyParameter) String Provides access to the string contents of the given family parameter.
M AsValueString(FamilyParameter) String Provides access to value as a string with unit in the given family parameter.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) APIObject
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M HasValue(FamilyParameter) Boolean Indicates if this family parameter has an assigned value or not.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object