All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

StrObject (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---Product
            |
            +---StrObject
 


Represents a structure object.

Property Index

Type
Returns the type of the structure object.

Properties


o Property Type() As CATIAParameter (Read Only)
Returns the type of the structure object.
Example:
This example retrieves the type of the StructureMember object.
 Dim oType As Parameter
 Set oType = StructureMember.Type
 

Copyright © 2003, Dassault Systèmes. All rights reserved.