2024 Method
Changes 0
M

UIDocument.PromptToMatchElementType

Description:
Prompts the user to select elements to change them to the input type.
Remarks:
This method uses its own transaction, so it's not permitted to be invoked in an active transaction. In a single invocation, the user can select multiple elements to be modified to the given type, until they finish.
public void PromptToMatchElementType(
	ElementType elementType
)