AssemblyInstanceAllowsAssemblyViewCreation Method |
Returns true if assembly views can be created for this Assembly Instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool AllowsAssemblyViewCreation()
Public Function AllowsAssemblyViewCreation As Boolean
public:
bool AllowsAssemblyViewCreation()
member AllowsAssemblyViewCreation : unit -> bool
Return Value
Boolean
Remarks
Assembly views are allowed when there are no assembly views for any instance of this type,
or when the only existing assembly views belong to this instance
See Also