NextPlaceholderClosesBlock Method

Determines if this command can close a block.

Definition

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

Parameters

block  Block
The currently open block.

Return Value

Boolean
True, if this command can close the block.

See Also