FamilyManager.Parameter
Description:
Obtains the parameter of this type with a given GUID for a shared parameter.
Obtains the parameter of this type with a given GUID for a shared parameter.
Remarks:
Returns null if the parameter is not found. This method is used to retrieve a family parameter for a known shared parameter. When a shared parameter is created it is assigned a Guid which will not change. This guid can be used to retrieve the piece of data from the element at a later time.
Returns null if the parameter is not found. This method is used to retrieve a family parameter for a known shared parameter. When a shared parameter is created it is assigned a Guid which will not change. This guid can be used to retrieve the piece of data from the element at a later time.
Overloads (4):
public FamilyParameter this[
Guid guid
] { get; }
-
Guidguid