Data.getBlockTypeNames C# (CSharp) Method

getBlockTypeNames() public method

public getBlockTypeNames ( ) : string[]
return string[]
    public string[] getBlockTypeNames()
    {
        return objTypesDt2;
    }
Data