BlockCommandHandlerClosesBlock Method

Determines if this command can close a block.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual bool ClosesBlock(
	Block block
)

Parameters

block  Block
The currently open block.

Return Value

Boolean
Always returns false.

See Also