Interface ISS_GeomTreeNode
  
  
  
  Assembly: STGeomModelTypes.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("402333F7-2088-40ED-8FFF-BBE7869244C3")]
public interface ISS_GeomTreeNode : ISS_TreeNode
   
  Properties
  
  ChildCountWOChildren
  
  
  Declaration
  
    int ChildCountWOChildren { get; }
   
  Property Value
  
  
  ChildNode
  
  
  Declaration
  
    ISS_TreeNode ChildNode { get; }
   
  Property Value
  
  
  Data
  
  
  Declaration
  
    ISS_GeomModel Data { get; }
   
  Property Value
  
  
  DeepChildCount
  
  
  Declaration
  
    int DeepChildCount { get; }
   
  Property Value
  
  
  DirectChildCount
  
  
  Declaration
  
    int DirectChildCount { get; }
   
  Property Value
  
  
  FolderCount
  
  
  Declaration
  
  Property Value
  
  
  LastChild
  
  
  Declaration
  
    ISS_TreeNode LastChild { get; }
   
  Property Value
  
  
  LastSibling
  
  
  Declaration
  
    ISS_TreeNode LastSibling { get; }
   
  Property Value
  
  
  Level
  
  
  Declaration
  
  Property Value
  
  
  ParentNode
  
  
  Declaration
  
    ISS_TreeNode ParentNode { get; }
   
  Property Value
  
  
  PrevSibling
  
  
  Declaration
  
    ISS_TreeNode PrevSibling { get; }
   
  Property Value
  
  
  SiblingNode
  
  
  Declaration
  
    ISS_TreeNode SiblingNode { get; }
   
  Property Value
  
  
  Text
  
  
  Declaration
  
  Property Value
  
  Methods
  
  IndexOfChild(ISS_TreeNode)
  
  
  Declaration
  
    int IndexOfChild(ISS_TreeNode Child)
   
  Parameters
  
  Returns
  
  
  TopParent()
  
  
  Declaration
  
  Returns