Returns the Point Placement References for the Family Instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public IList<FamilyPointPlacementReference> GetFamilyPointPlacementReferences()
Return Value
IList<FamilyPointPlacementReference>
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
Reference