PathEngine home previous: iContentChunk::numberOfConnectingEdges()next: iContentChunk::release()
Contents, API Reference, Interfaces, iContentChunk, preValidate

iContentChunk::preValidate()

Description

Validates the content chunk in advance for placement by iContentChunk::instantiate().

Syntax

bool preValidate(int32_t maximumScale, int32_t translationRange);

Parameters

maximumScale The maximum scaling value that will be applied. Must be >= 1.
translationRange The maximum value that will be applied for translation (in either x or y). Must be >= 0.

Return Value

If the chunk validates successfully then true is returned.
If validation fails then non-fatal errors will be emitted and false will be returned.

See Also

iContentChunk::instantiate()

C# Mapping

bool preValidate(int maximumScale, int translationRange);

Java Mapping

boolean preValidate(int maximumScale, int translationRange);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iContentChunk::release()