Previous Topic: bool GetCreateOnBranch(void)

Next Topic: bool GetBranchOut(void)


bool GetCreateOnTrunk(void)

Retrieves the current value for creating refactored items on the trunk.

Owning Class

CaMovePath

Arguments

None

Return Value

bool-current value for “CreateOnTrunk” flag associated with the MovePath process.

Example

CaMovePath& rMovePath = rContext.GetMovePath();
bool bCreateOnTrunk = rMovePath.GetCreateOnTrunk();

More information: