'Declaration Public Shared Function GetDataStructureByNumber( _
ByVal numberThe number of data structure.As Integer _
) As IsbtDataStructure
public static IsbtDataStructure GetDataStructureByNumber(
int number
)
public: static IsbtDataStructure* GetDataStructureByNumber(
int number
)
public:
static IsbtDataStructure^ GetDataStructureByNumber(
int number
)
Parameters
- number
- The number of data structure.
Return Value
An instance of IsbtDataStructure class if data structure is found; otherwise, false.