UIDocument.GetPlacementTypes Method

UIDocumentGetPlacementTypes Method

Get a collection of valid placement types for input family symbol.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<FaceBasedPlacementType> GetPlacementTypes(
	FamilySymbol familySymbol,
	View pDBView
)
Public Function GetPlacementTypes ( 
	familySymbol As FamilySymbol,
	pDBView As View
) As IList(Of FaceBasedPlacementType)
public:
IList<FaceBasedPlacementType>^ GetPlacementTypes(
	FamilySymbol^ familySymbol, 
	View^ pDBView
)
member GetPlacementTypes : 
        familySymbol : FamilySymbol * 
        pDBView : View -> IList<FaceBasedPlacementType> 

Parameters

familySymbol  FamilySymbol
The family symbol.
pDBView  View
The view in which the family instance will be placed in.

Return Value

IListFaceBasedPlacementType
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also