FamilyParameter Members


The FamilyParameter type exposes the following members.

Methods

  NameDescription
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnitTypeId
Gets the identifier of the unit quantifying the parameter value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAssociatedParameters
The parameters from elements in the family which are associated to this parameter.
Public propertyCanAssignFormula
Indicates if this parameter can be assigned a formula.
Public propertyDefinition
The definition.
Public propertyFormula
The formula.
Public propertyGUID
The globally unique identifier
Public propertyId
The id of the family parameter.
Public propertyIsDeterminedByFormula
Indicates if the parameter is determined by formula.
Public propertyIsInstance
Indicates if the parameter is instance or type.
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Overrides APIObjectIsReadOnly.)
Public propertyIsReporting
Indicates if the parameter is a reporting parameter.
Public propertyIsShared
Identifies if the parameter is a shared parameter.
Public propertyStorageType
The storage type describes the type that is used internally within the parameter to store its value.
Public propertyUserModifiable
Indicates whether the interactive user can modify the value of this parameter.

See Also