ExtendedPropertiesLinkGetAllAssociatedPropertyIds Method |
Retrieves all ids, each corresponding to a [!:Autodesk::Revit::DB::ExternalData::ExtendedParameterElement] associated with this link.
Namespace: Autodesk.Revit.DB.ExternalDataAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic IList<ElementId> GetAllAssociatedPropertyIds()
Public Function GetAllAssociatedPropertyIds As IList(Of ElementId)
public:
IList<ElementId^>^ GetAllAssociatedPropertyIds()
member GetAllAssociatedPropertyIds : unit -> IList<ElementId>
Return Value
IListElementId
See Also