<Code Lib>
2020 Method
Changes 0
M

View.IsValidViewTemplate

Description:
Verifies that the view represented by templateId can be set as the controlling view template for this view.

public bool IsValidViewTemplate(
	ElementId templateId
)

Return Value bool True if the view is valid for us as a view template and compatible with this view, or if it is InvalidElementId, false otherwise.

Loading…