UIDocument.GetPlacementTypes
Method
Description:
Get a collection of valid placement types for input family symbol.
Get a collection of valid placement types for input family symbol.
Syntax
public IList<FaceBasedPlacementType> GetPlacementTypes(
FamilySymbol familySymbol,
View pDBView
)
Parameters
Parameter | Type | Description |
---|---|---|
familySymbol | FamilySymbol | The family symbol. |
pDBView | View | The view in which the family instance will be placed in. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |