FamilyInstance.GetFamilyPointPlacementReferences Method

FamilyInstanceGetFamilyPointPlacementReferences Method

Returns the Point Placement References for the Family Instance.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<FamilyPointPlacementReference> GetFamilyPointPlacementReferences()
Public Function GetFamilyPointPlacementReferences As IList(Of FamilyPointPlacementReference)
public:
IList<FamilyPointPlacementReference^>^ GetFamilyPointPlacementReferences()
member GetFamilyPointPlacementReferences : unit -> IList<FamilyPointPlacementReference> 

Return Value

IListFamilyPointPlacementReference
Remarks
If a family instance has point placement references then they are returned by this method, otherwise an empty collection is returned. Examples of FamilyInstance objects that contain placement references are Panels and Flexible Components.
See Also