ForEachPlaceholderOpensBlock Method |
Determines if this command starts a new block.
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic override bool OpensBlock()
Public Overrides Function OpensBlock As Boolean
public:
virtual bool OpensBlock() override
Return Value
Type:
BooleanAlways returns true.
See Also