BranchFlag (ProjectItem) *

Description

Returns the branch flag using one of the siBranchFlag enum values. The branch flag indicates whether an object was added to a Group or to the Selection in branch mode.

Note: Four different hierarchical levels are actually recognized: NODE, BRANCH, TREE, and MODEL (see Dealing with Hierarchy). However, this property always returns the siBranch value when tested on items that are selected or added to a group in BRANCH, TREE, or MODEL mode.

C# Syntax

// get accessor
siBranchFlag rtn = ProjectItem.BranchFlag;

// set accessor
ProjectItem.BranchFlag = siBranchFlag;

Examples

• See ProjectItem.BranchFlag.1.pys

• See ProjectItem.BranchFlag.2.js



Autodesk Softimage 2011